1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259220

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