From 4a877b39c333c7ad0e5eb339e0d552768bdf04f2 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 18 Jul 2006 09:23:44 +0000 Subject: typo --- sys/net/if.c | 4 ++-- 1 file 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) { -- cgit v1.2.3