diff options
author | dg <dg@FreeBSD.org> | 1994-08-22 08:21:51 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-08-22 08:21:51 +0000 |
commit | ed80fa9c2a62b3d13829068b092042cd6e139e17 (patch) | |
tree | a034932a13282715c049a9ac4c70f729ad1c37c4 /sys/dev | |
parent | 5e89d90e3614977f523ae98fd7fcbb49a27c0394 (diff) | |
download | FreeBSD-src-ed80fa9c2a62b3d13829068b092042cd6e139e17.zip FreeBSD-src-ed80fa9c2a62b3d13829068b092042cd6e139e17.tar.gz |
Fixed minor typo in diagnostic message.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ed/if_ed.c | 4 |
1 files changed, 2 insertions, 2 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); } |