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

Warner Losh imp at FreeBSD.org
Wed Dec 11 15:32:29 UTC 2013


Author: imp
Date: Wed Dec 11 15:32:28 2013
New Revision: 259220
URL: http://svnweb.freebsd.org/changeset/base/259220

Log:
  Loose -> Lose so this sentence makes sense.
  
  MFC after:	3 days

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

Modified: head/sys/arm/at91/if_ate.c
==============================================================================
--- head/sys/arm/at91/if_ate.c	Wed Dec 11 14:54:58 2013	(r259219)
+++ head/sys/arm/at91/if_ate.c	Wed Dec 11 15:32:28 2013	(r259220)
@@ -1144,7 +1144,7 @@ atestart_locked(struct ifnet *ifp)
 		/*
 		 * There's a small race between the loop in ate_intr finishing
 		 * and the check above to see if the packet was finished, as well
-		 * as when atestart gets called via other paths. Loose the race
+		 * as when atestart gets called via other paths. Lose the race
 		 * gracefully and free the mbuf...
 		 */
 		if (sc->sent_mbuf[sc->txhead] != NULL) {


More information about the svn-src-all mailing list