git: a67ee9022f4f - stable/13 - oce(4): Fix a typo in a sysctl description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Apr 2022 06:56:25 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=a67ee9022f4f512aa5be70a379a3174505ec492d
commit a67ee9022f4f512aa5be70a379a3174505ec492d
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-20 10:51:52 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-23 06:55:43 +0000
oce(4): Fix a typo in a sysctl description
- s/interupt/interrupt/
(cherry picked from commit 88cdccff3f76cb3f5f2656bfe5676538e9e569ab)
---
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))