viawd(4): Fix a typo in a kernel message

- s/watchog/watchdog

MFC after:	5 days
This commit is contained in:
Gordon Bergling 2022-04-02 10:21:37 +02:00
parent 669d5ea4e3
commit 1cba6077be

View File

@ -226,7 +226,7 @@ viawd_detach(device_t dev)
viawd_tmr_set(sc, VIAWD_TIMEOUT_SHUTDOWN);
viawd_tmr_state(sc, 1);
device_printf(dev,
"Keeping watchog alive during shutdown for %d seconds\n",
"Keeping watchdog alive during shutdown for %d seconds\n",
VIAWD_TIMEOUT_SHUTDOWN);
}