ltc430x(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:43:05 +02:00
parent ddf38e0204
commit b0e86eed27

View File

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