From 9336463d8696496d0b765ba36d92799209228de3 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 11 Dec 2013 15:32:28 +0000 Subject: [PATCH] Loose -> Lose so this sentence makes sense. MFC after: 3 days --- sys/arm/at91/if_ate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm/at91/if_ate.c b/sys/arm/at91/if_ate.c index ce34028208e8..91b573864bff 100644 --- a/sys/arm/at91/if_ate.c +++ b/sys/arm/at91/if_ate.c @@ -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) {