From de47bf0d52a0dd2cfcb19a8b49a55253945342ca Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 3 Sep 2022 15:38:26 +0200 Subject: [PATCH] bge(4): Fix a typo in a source code comment - s/overriden/overridden/ MFC after: 3 days --- sys/dev/bge/if_bge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c index 7133e1b7d00..eb72af69a44 100644 --- a/sys/dev/bge/if_bge.c +++ b/sys/dev/bge/if_bge.c @@ -130,7 +130,7 @@ MODULE_DEPEND(bge, miibus, 1, 1, 1); /* * Various supported device vendors/types and their names. Note: the * spec seems to indicate that the hardware still has Alteon's vendor - * ID burned into it, though it will always be overriden by the vendor + * ID burned into it, though it will always be overridden by the vendor * ID in the EEPROM. Just to be safe, we cover all possibilities. */ static const struct bge_type {