From cad582b753f700113649224d4338ebe02ccd0a53 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Sun, 5 Feb 2012 08:53:05 +0000 Subject: [PATCH] Better comment for ifa_init(), ifa_ref(), ifa_free(). --- sys/net/if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/if.c b/sys/net/if.c index f580af753fa..ad181a71f10 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -1408,7 +1408,7 @@ if_maddr_runlock(struct ifnet *ifp) } /* - * Reference count functions for ifaddrs. + * Initialization, desctruction and refcounting functions for ifaddrs. */ void ifa_init(struct ifaddr *ifa)