summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_eiface.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-02-02 14:02:40 +0000
committerru <ru@FreeBSD.org>2005-02-02 14:02:40 +0000
commitbd2b39496794a9a04d3551a6b2a5bb6f236e6cab (patch)
tree722954cfe9cbbda13cac428150dead0aa1e203d9 /sys/netgraph/ng_eiface.c
parentf1570768a38abf4e3a46303b0ef3e30a19a6f69b (diff)
downloadFreeBSD-src-bd2b39496794a9a04d3551a6b2a5bb6f236e6cab.zip
FreeBSD-src-bd2b39496794a9a04d3551a6b2a5bb6f236e6cab.tar.gz
Fix the comment.
Diffstat (limited to 'sys/netgraph/ng_eiface.c')
-rw-r--r--sys/netgraph/ng_eiface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/ng_eiface.c b/sys/netgraph/ng_eiface.c
index 1e41ff4..e76c322 100644
--- a/sys/netgraph/ng_eiface.c
+++ b/sys/netgraph/ng_eiface.c
@@ -282,8 +282,8 @@ ng_eiface_init(void *xsc)
}
/*
- * We simply relay the packet to the ether hook, if it is connected.
- * We have been throughthe netgraph locking an are guaranteed to
+ * We simply relay the packet to the "ether" hook, if it is connected.
+ * We have been through the netgraph locking and are guaranteed to
* be the only code running in this node at this time.
*/
static void
OpenPOWER on IntegriCloud