Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2012 12:52:28 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r231013 - head/sys/net
Message-ID:  <201202051252.q15CqS91083287@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202051252.q15CqS91083287>