Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Nov 2022 05:07:38 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: e2d9e51c4bf6 - stable/12 - bxe(4): Fix a typo in a source code comment
Message-ID:  <202211040507.2A457cst019088@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

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

commit e2d9e51c4bf68fe2d4438c62a5a0a95d4110970c
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:07:01 +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 dea7d0ceb17e..8c61c5f34bd1 100644
--- a/sys/dev/bxe/bxe.c
+++ b/sys/dev/bxe/bxe.c
@@ -4174,7 +4174,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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211040507.2A457cst019088>