git: d7561c042334 - stable/13 - bxe(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 04 Nov 2022 05:06:44 UTC
The branch stable/13 has been updated by gbe (doc committer):

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

commit d7561c042334c785f179f44e47f8f3bd4cea5822
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-11-01 06:55:55 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-11-04 05:05:32 +0000

    bxe(4): Fix a typo in a source code comment
    
    - s/interrutps/interrupts/
    
    (cherry picked from commit e902e62644eebea1ae9b0679ab71a669f3596004)
---
 sys/dev/bxe/bxe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/bxe/bxe.c b/sys/dev/bxe/bxe.c
index 68986bfc8fc6..3b5fb46ed599 100644
--- a/sys/dev/bxe/bxe.c
+++ b/sys/dev/bxe/bxe.c
@@ -4163,7 +4163,7 @@ bxe_disable_close_the_gate(struct bxe_softc *sc)
 
 /*
  * Cleans the object that have internal lists without sending
- * ramrods. Should be run when interrutps are disabled.
+ * ramrods. Should be run when interrupts are disabled.
  */
 static void
 bxe_squeeze_objects(struct bxe_softc *sc)