summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2006-07-18 09:23:44 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2006-07-18 09:23:44 +0000
commit4a877b39c333c7ad0e5eb339e0d552768bdf04f2 (patch)
tree1278bd60359e836568267ebde8d0239f1ed1cb0d
parent2d749aac25b9015dcc959e62c0281a792fd8aacb (diff)
typo
-rw-r--r--sys/net/if.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index 97b517fa1f9..55834ba8447 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.c,v 1.147 2006/06/02 19:53:12 mpf Exp $ */
+/* $OpenBSD: if.c,v 1.148 2006/07/18 09:23:43 mickey Exp $ */
/* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */
/*
@@ -215,7 +215,7 @@ if_attachsetup(struct ifnet *ifp)
/*
* We have some arrays that should be indexed by if_index.
* since if_index will grow dynamically, they should grow too.
- * struct ifadd **ifnet_addrs
+ * struct ifaddr **ifnet_addrs
* struct ifnet **ifindex2ifnet
*/
if (ifnet_addrs == 0 || ifindex2ifnet == 0 || if_index >= if_indexlim) {