summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-01-15 04:43:41 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-01-15 04:43:41 +0000
commit8c0a544eeaf396cc953120df64521d1b451b7b18 (patch)
tree0c3ec71c6897bf8ad73dab283125b1b9045c487d
parente82239948203aae8d8baf8526a5d42d32929f853 (diff)
fix comment
-rw-r--r--sys/netinet/ip_mroute.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_mroute.c b/sys/netinet/ip_mroute.c
index 1eca572eab0..482d63b5eeb 100644
--- a/sys/netinet/ip_mroute.c
+++ b/sys/netinet/ip_mroute.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_mroute.c,v 1.40 2005/01/14 15:09:42 mcbride Exp $ */
+/* $OpenBSD: ip_mroute.c,v 1.41 2005/01/15 04:43:40 brad Exp $ */
/* $NetBSD: ip_mroute.c,v 1.85 2004/04/26 01:31:57 matt Exp $ */
/*
@@ -1721,7 +1721,7 @@ ip_mdq(struct mbuf *m, struct ifnet *ifp, struct mfc *rt)
*
* XXX: A PIM-SM router needs the WRONGVIF detection so it
* can complete the SPT switch, regardless of the type
- * of the iif (broadcast media, GRE tunnel, etc).
+ * of interface (broadcast media, GRE tunnel, etc).
*/
if (pim_assert && (vifi < numvifs) && viftable[vifi].v_ifp) {
struct timeval now;