git: 88cdccff3f76 - main - oce(4): Fix a typo in a sysctl description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Apr 2022 10:52:04 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=88cdccff3f76cb3f5f2656bfe5676538e9e569ab commit 88cdccff3f76cb3f5f2656bfe5676538e9e569ab Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-20 10:51:52 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-20 10:51:52 +0000 oce(4): Fix a typo in a sysctl description - s/interupt/interrupt/ MFC after: 3 days --- sys/dev/oce/oce_sysctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))