git: ddf38e0204f8 - main - bce(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Sep 2022 13:40:06 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=ddf38e0204f8146709d3a278520873a68d1802a4
commit ddf38e0204f8146709d3a278520873a68d1802a4
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 13:39:51 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-03 13:39:51 +0000
bce(4): Fix a typo in a source code comment
- s/overriden/overridden/
MFC after: 3 days
---
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 ed63c44c6a87..0aa3eda3a97d 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;