This commit is contained in:
cognet 2011-04-25 18:15:45 +00:00
parent 2e19c21f22
commit 86e3f53481

View File

@ -102,7 +102,7 @@ wdt_watchdog(void *argp, u_int cmd, int *error)
else if (interval > 0)
sc->cmd = interval | WD_ACTIVE;
/* We cannot turn of our watchdog so if user
/* We cannot turn off our watchdog so if user
* fails to turn us on go to passive mode. */
if ((sc->cmd & WD_ACTIVE) == 0)
sc->cmd = WD_PASSIVE;