summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_ed.c
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-04-03 10:20:48 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-04-03 10:20:48 +0000
commit3b2fda4cd88debd9786387351fffecdf23b67e66 (patch)
tree3f338e4110e12f2e4660a7350c5a34b267512b81 /sys/dev/isa/if_ed.c
parenta345382525883bed019639f2f7122d78344e7ac3 (diff)
fix comment
Diffstat (limited to 'sys/dev/isa/if_ed.c')
-rw-r--r--sys/dev/isa/if_ed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/if_ed.c b/sys/dev/isa/if_ed.c
index 6013873cc62..f33096edd26 100644
--- a/sys/dev/isa/if_ed.c
+++ b/sys/dev/isa/if_ed.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ed.c,v 1.54 2005/01/15 05:24:11 brad Exp $ */
+/* $OpenBSD: if_ed.c,v 1.55 2005/04/03 10:20:47 brad Exp $ */
/* $NetBSD: if_ed.c,v 1.105 1996/10/21 22:40:45 thorpej Exp $ */
/*
@@ -2518,7 +2518,7 @@ edioctl(ifp, cmd, data)
/*
* Retreive packet from shared memory and send to the next level up via
- * ether_input(). If there is a BPF listener, give a copy to BPF, too.
+ * ether_input_mbuf(). If there is a BPF listener, give a copy to BPF, too.
*/
void
edread(sc, buf, len)