oce(4): Fix a typo in a sysctl description

- s/interupt/interrupt/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-20 12:51:52 +02:00
parent cebd29c950
commit 88cdccff3f

View File

@ -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))