Loose -> Lose so this sentence makes sense.

MFC after:	3 days
This commit is contained in:
Warner Losh 2013-12-11 15:32:28 +00:00
parent 6e8706afba
commit 9336463d86

View File

@ -1144,7 +1144,7 @@ atestart_locked(struct ifnet *ifp)
/* /*
* There's a small race between the loop in ate_intr finishing * 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 * 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... * gracefully and free the mbuf...
*/ */
if (sc->sent_mbuf[sc->txhead] != NULL) { if (sc->sent_mbuf[sc->txhead] != NULL) {