bge(4): Fix a typo in a source code comment

- s/overriden/overridden/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-03 15:38:26 +02:00
parent f93ef3ff06
commit de47bf0d52

View File

@ -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 {