summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/arm/at91/at91_wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/at91/at91_wdt.c b/sys/arm/at91/at91_wdt.c
index 6ae01ef..eebca4e 100644
--- a/sys/arm/at91/at91_wdt.c
+++ b/sys/arm/at91/at91_wdt.c
@@ -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;
OpenPOWER on IntegriCloud