diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2022-04-20 10:51:52 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-04-20 10:51:52 +0000 |
| commit | 88cdccff3f76cb3f5f2656bfe5676538e9e569ab (patch) | |
| tree | eaf3966b64c68f7c8de42e1256a42b0c69f1c2e1 /sys/dev/oce | |
| parent | cebd29c950dc68cc416b9bd55ad62b9e7e25c077 (diff) | |
Diffstat (limited to 'sys/dev/oce')
| -rw-r--r-- | sys/dev/oce/oce_sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/oce/oce_sysctl.c b/sys/dev/oce/oce_sysctl.c index bfe4d042af1c..2b46936f5212 100644 --- a/sys/dev/oce/oce_sysctl.c +++ b/sys/dev/oce/oce_sysctl.c @@ -103,7 +103,7 @@ oce_add_sysctls(POCE_SOFTC sc) CTLFLAG_RW, &oce_max_rsp_handled, sizeof(oce_max_rsp_handled), - "Maximum receive frames handled per interupt"); + "Maximum receive frames handled per interrupt"); if ((sc->function_mode & FNM_FLEX10_MODE) || (sc->function_mode & FNM_UMC_MODE)) |
