mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Typo fix
This commit is contained in:
parent
2903309aca
commit
cef9635e50
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue