diff options
author | glebius <glebius@FreeBSD.org> | 2012-02-05 08:53:05 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2012-02-05 08:53:05 +0000 |
commit | 0bf7c1fae822b77d2fa8f51418249d0bcae123a6 (patch) | |
tree | 16b5d578ab585df20046a2c3aea16e257ed49c18 /sys/net | |
parent | 8be39a40a24da0fbf2f54b1b7a7d3b095193472c (diff) | |
download | FreeBSD-src-0bf7c1fae822b77d2fa8f51418249d0bcae123a6.zip FreeBSD-src-0bf7c1fae822b77d2fa8f51418249d0bcae123a6.tar.gz |
Better comment for ifa_init(), ifa_ref(), ifa_free().
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if.c b/sys/net/if.c index f580af7..ad181a7 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) |