git: e2d9e51c4bf6 - stable/12 - bxe(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Nov 2022 05:07:38 UTC
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)