The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=e902e62644eebea1ae9b0679ab71a669f3596004
commit e902e62644eebea1ae9b0679ab71a669f3596004 Author: Gordon Bergling <[email protected]> AuthorDate: 2022-11-01 06:55:55 +0000 Commit: Gordon Bergling <[email protected]> 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)
