diff --git a/sys/dev/iicbus/mux/ltc430x.c b/sys/dev/iicbus/mux/ltc430x.c index 365a1d1e55d..d18f60c5cc7 100644 --- a/sys/dev/iicbus/mux/ltc430x.c +++ b/sys/dev/iicbus/mux/ltc430x.c @@ -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;