Module Name: src
Committed By: mbalmer
Date: Fri May 17 10:48:54 UTC 2013
Modified Files:
src/sys/dev/ic: mb86960.c
Log Message:
gabage -> garbage, fix wording.
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/dev/ic/mb86960.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/mb86960.c
diff -u src/sys/dev/ic/mb86960.c:1.78 src/sys/dev/ic/mb86960.c:1.79
--- src/sys/dev/ic/mb86960.c:1.78 Thu Feb 2 19:43:03 2012
+++ src/sys/dev/ic/mb86960.c Fri May 17 10:48:54 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: mb86960.c,v 1.78 2012/02/02 19:43:03 tls Exp $ */
+/* $NetBSD: mb86960.c,v 1.79 2013/05/17 10:48:54 mbalmer Exp $ */
/*
* All Rights Reserved, Copyright (C) Fujitsu Limited 1995
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mb86960.c,v 1.78 2012/02/02 19:43:03 tls Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mb86960.c,v 1.79 2013/05/17 10:48:54 mbalmer Exp $");
/*
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
@@ -675,7 +675,7 @@ mb86960_start(struct ifnet *ifp)
* reset the entire interface. I don't want to do it.)
*
* If txb_count is incorrect, leaving it as is will cause
- * sending of gabages after next interrupt. We have to
+ * sending of garbage after the next interrupt. We have to
* avoid it. Hence, we reset the txb_count here. If
* txb_free was incorrect, resetting txb_count just loose
* some packets. We can live with it.