Fix spelling in a status message.

MFC after:	1 day
This commit is contained in:
Marius Strobl 2006-09-01 20:14:06 +00:00
parent e70415b38e
commit 55d3a2fcc5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161837

View File

@ -147,7 +147,7 @@ mk48txx_attach(device_t dev)
sc->sc_wet = EVENTHANDLER_REGISTER(watchdog_list,
mk48txx_watchdog, dev, 0);
device_printf(dev,
"watchdog registered, timeout intervall max. 128 sec\n");
"watchdog registered, timeout interval max. 128 sec\n");
}
return (0);