git: 63edcc011d6b - stable/12 - oce(4): Fix a typo in a sysctl description

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 23 Apr 2022 06:59:15 UTC
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=63edcc011d6b90f9f1d6e5e9c7fc45338f509b4a

commit 63edcc011d6b90f9f1d6e5e9c7fc45338f509b4a
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:58:47 +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 1e8ed6169437..3cc9d30e7aec 100644
--- a/sys/dev/oce/oce_sysctl.c
+++ b/sys/dev/oce/oce_sysctl.c
@@ -104,7 +104,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))