summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}