mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
ltc430x(4): Fix a typo in a source code comment
- s/overriden/overridden/ MFC after: 3 days
This commit is contained in:
parent
ddf38e0204
commit
b0e86eed27
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ ltc430x_attach(device_t dev)
|
|||
|
||||
/*
|
||||
* Check for the idle-disconnect and ctlreg2 options, first in FDT data,
|
||||
* then allow them to be overriden by hints data.
|
||||
* then allow them to be overridden by hints data.
|
||||
*/
|
||||
#ifdef FDT
|
||||
phandle_t node;
|
||||
|
|
|
|||
Loading…
Reference in a new issue