svn commit: r231013 - head/sys/net

Gleb Smirnoff glebius at FreeBSD.org
Sun Feb 5 12:52:28 UTC 2012


Author: glebius
Date: Sun Feb  5 12:52:28 2012
New Revision: 231013
URL: http://svn.freebsd.org/changeset/base/231013

Log:
  Fix typo in r231010.
  
  Submitted by:	linimon

Modified:
  head/sys/net/if.c

Modified: head/sys/net/if.c
==============================================================================
--- head/sys/net/if.c	Sun Feb  5 10:59:50 2012	(r231012)
+++ head/sys/net/if.c	Sun Feb  5 12:52:28 2012	(r231013)
@@ -1408,7 +1408,7 @@ if_maddr_runlock(struct ifnet *ifp)
 }
 
 /*
- * Initialization, desctruction and refcounting functions for ifaddrs.
+ * Initialization, destruction and refcounting functions for ifaddrs.
  */
 void
 ifa_init(struct ifaddr *ifa)


More information about the svn-src-all mailing list