Loose -> Lose so this sentence makes sense.

MFC after:	3 days
This commit is contained in:
imp 2013-12-11 15:32:28 +00:00
parent 7f81f43626
commit 2baad42ea4

View File

@ -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) {