From e8aa8bdd648bbbd4badf85d5b52b41fbd220b3a1 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Sun, 5 Feb 2012 12:52:28 +0000 Subject: [PATCH] Fix typo in r231010. Submitted by: linimon --- 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 ad181a71f10..d287354ffed 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -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)