aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fe/if_fe.c
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2006-08-04 07:56:35 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2006-08-04 07:56:35 +0000
commit776fc0e90e9072cda064b69e91a6a0e6bede1aa1 (patch)
tree3f52e03559d675c9d3ca40d2fcf182a763ba10f4 /sys/dev/fe/if_fe.c
parent091eb5a3db10b530dec3fb211aea04e212a9e98f (diff)
Notes
Diffstat (limited to 'sys/dev/fe/if_fe.c')
-rw-r--r--sys/dev/fe/if_fe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c
index a22eb085c7a2..fc0f2dc87fb8 100644
--- a/sys/dev/fe/if_fe.c
+++ b/sys/dev/fe/if_fe.c
@@ -1197,7 +1197,7 @@ fe_start (struct ifnet *ifp)
* If txb_count is incorrect, leaving it as-is will cause
* sending of garbage after next interrupt. We have to
* avoid it. Hence, we reset the txb_count here. If
- * txb_free was incorrect, resetting txb_count just loose
+ * txb_free was incorrect, resetting txb_count just loses
* some packets. We can live with it.
*/
sc->txb_count = 0;