svn commit: r221025 - head/sys/arm/at91

Olivier Houchard cognet at FreeBSD.org
Mon Apr 25 18:15:45 UTC 2011


Author: cognet
Date: Mon Apr 25 18:15:45 2011
New Revision: 221025
URL: http://svn.freebsd.org/changeset/base/221025

Log:
  Typo fix

Modified:
  head/sys/arm/at91/at91_wdt.c

Modified: head/sys/arm/at91/at91_wdt.c
==============================================================================
--- head/sys/arm/at91/at91_wdt.c	Mon Apr 25 17:34:10 2011	(r221024)
+++ head/sys/arm/at91/at91_wdt.c	Mon Apr 25 18:15:45 2011	(r221025)
@@ -102,7 +102,7 @@ wdt_watchdog(void *argp, u_int cmd, int 
 	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;


More information about the svn-src-all mailing list