summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-08-22 08:21:51 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-08-22 08:21:51 +0000
commitf85b3e8c21473028f0725b743e3479b6447daf6d (patch)
treea034932a13282715c049a9ac4c70f729ad1c37c4
parent89ebd8383ed82c3af5adb8722fb39c0c1992f32d (diff)
Notes
-rw-r--r--sys/dev/ed/if_ed.c4
-rw-r--r--sys/i386/isa/if_ed.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c
index 8577d088e2b1..3231b931b211 100644
--- a/sys/dev/ed/if_ed.c
+++ b/sys/dev/ed/if_ed.c
@@ -13,7 +13,7 @@
* the SMC Elite Ultra (8216), the 3Com 3c503, the NE1000 and NE2000,
* and a variety of similar clones.
*
- * $Id: if_ed.c,v 1.44 1994/08/13 03:50:03 wollman Exp $
+ * $Id: if_ed.c,v 1.45 1994/08/18 22:34:52 wollman Exp $
*/
#include "ed.h"
@@ -1458,7 +1458,7 @@ outloop:
* should never happen at this point.
*/
if (sc->txb_inuse && (sc->xmit_busy == 0)) {
- printf("ed: packets buffers, but transmitter idle\n");
+ printf("ed: packets buffered, but transmitter idle\n");
ed_xmit(ifp);
}
diff --git a/sys/i386/isa/if_ed.c b/sys/i386/isa/if_ed.c
index 8577d088e2b1..3231b931b211 100644
--- a/sys/i386/isa/if_ed.c
+++ b/sys/i386/isa/if_ed.c
@@ -13,7 +13,7 @@
* the SMC Elite Ultra (8216), the 3Com 3c503, the NE1000 and NE2000,
* and a variety of similar clones.
*
- * $Id: if_ed.c,v 1.44 1994/08/13 03:50:03 wollman Exp $
+ * $Id: if_ed.c,v 1.45 1994/08/18 22:34:52 wollman Exp $
*/
#include "ed.h"
@@ -1458,7 +1458,7 @@ outloop:
* should never happen at this point.
*/
if (sc->txb_inuse && (sc->xmit_busy == 0)) {
- printf("ed: packets buffers, but transmitter idle\n");
+ printf("ed: packets buffered, but transmitter idle\n");
ed_xmit(ifp);
}