mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
bge(4): Fix a typo in a source code comment
- s/overriden/overridden/ MFC after: 3 days
This commit is contained in:
parent
f93ef3ff06
commit
de47bf0d52
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue