This commit is contained in:
Olivier Houchard 2011-04-25 18:15:45 +00:00
parent 2903309aca
commit cef9635e50
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221025

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;