diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-04-03 10:20:48 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-04-03 10:20:48 +0000 |
commit | 3b2fda4cd88debd9786387351fffecdf23b67e66 (patch) | |
tree | 3f338e4110e12f2e4660a7350c5a34b267512b81 /sys/dev/isa/if_fe.c | |
parent | a345382525883bed019639f2f7122d78344e7ac3 (diff) |
fix comment
Diffstat (limited to 'sys/dev/isa/if_fe.c')
-rw-r--r-- | sys/dev/isa/if_fe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/if_fe.c b/sys/dev/isa/if_fe.c index 5057ac94e13..1441ab991f6 100644 --- a/sys/dev/isa/if_fe.c +++ b/sys/dev/isa/if_fe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fe.c,v 1.22 2005/02/17 19:05:36 miod Exp $ */ +/* $OpenBSD: if_fe.c,v 1.23 2005/04/03 10:20:47 brad Exp $ */ /* * All Rights Reserved, Copyright (C) Fujitsu Limited 1995 @@ -1995,7 +1995,7 @@ fe_ioctl(ifp, command, data) /* * Retreive packet from receive buffer 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. * Returns 0 if success, -1 if error (i.e., mbuf allocation failure). */ int |