git: ce18434af2f1 - stable/12 - bce(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Sep 2022 05:48:13 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=ce18434af2f14329a59e9ad9a85d156640251cd5
commit ce18434af2f14329a59e9ad9a85d156640251cd5
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 13:39:51 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-06 05:45:38 +0000
bce(4): Fix a typo in a source code comment
- s/overriden/overridden/
(cherry picked from commit ddf38e0204f8146709d3a278520873a68d1802a4)
---
sys/dev/bce/if_bcereg.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/bce/if_bcereg.h b/sys/dev/bce/if_bcereg.h
index d9bd23ccfd16..3cf997b97610 100644
--- a/sys/dev/bce/if_bcereg.h
+++ b/sys/dev/bce/if_bcereg.h
@@ -411,7 +411,7 @@
u32 bce_debug_temp = bce_debug; \
bce_debug |= cond;
-/* Restore the previously overriden debug level. */
+/* Restore the previously overridden debug level. */
#define DBPOP() \
bce_debug = bce_debug_temp;