summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-08-22 08:21:51 +0000
committerdg <dg@FreeBSD.org>1994-08-22 08:21:51 +0000
commited80fa9c2a62b3d13829068b092042cd6e139e17 (patch)
treea034932a13282715c049a9ac4c70f729ad1c37c4 /sys
parent5e89d90e3614977f523ae98fd7fcbb49a27c0394 (diff)
downloadFreeBSD-src-ed80fa9c2a62b3d13829068b092042cd6e139e17.zip
FreeBSD-src-ed80fa9c2a62b3d13829068b092042cd6e139e17.tar.gz
Fixed minor typo in diagnostic message.
Diffstat (limited to 'sys')
-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 8577d08..3231b93 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 8577d08..3231b93 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);
}
OpenPOWER on IntegriCloud