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) {
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to