svn commit: r231010 - head/sys/net
Gleb Smirnoff
glebius at FreeBSD.org
Sun Feb 5 08:53:05 UTC 2012
Author: glebius
Date: Sun Feb 5 08:53:05 2012
New Revision: 231010
URL: http://svn.freebsd.org/changeset/base/231010
Log:
Better comment for ifa_init(), ifa_ref(), ifa_free().
Modified:
head/sys/net/if.c
Modified: head/sys/net/if.c
==============================================================================
--- head/sys/net/if.c Sun Feb 5 08:31:15 2012 (r231009)
+++ head/sys/net/if.c Sun Feb 5 08:53:05 2012 (r231010)
@@ -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)
More information about the svn-src-head
mailing list