Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Nov 2022 06:56:13 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e902e62644ee - main - bxe(4): Fix a typo in a source code comment
Message-ID:  <202211010656.2A16uDdK066302@gitrepo.freebsd.org>

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

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

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

    bxe(4): Fix a typo in a source code comment
    
    - s/interrutps/interrupts/
    
    MFC after:      3 days
---
 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 bc7c21139b8f..83b2aa588006 100644
--- a/sys/dev/bxe/bxe.c
+++ b/sys/dev/bxe/bxe.c
@@ -4157,7 +4157,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?202211010656.2A16uDdK066302>