diff options
author | glebius <glebius@FreeBSD.org> | 2012-02-05 12:52:28 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2012-02-05 12:52:28 +0000 |
commit | bedbfc31c38a2a2ddf7f971b7c99e2074c52dabc (patch) | |
tree | 9b7b64755238013fe916fa0073cf77fe98eb798a /sys/net/if.c | |
parent | 8a4156df5d9d4f62778bb8a730daba476466c63d (diff) | |
download | FreeBSD-src-bedbfc31c38a2a2ddf7f971b7c99e2074c52dabc.zip FreeBSD-src-bedbfc31c38a2a2ddf7f971b7c99e2074c52dabc.tar.gz |
Fix typo in r231010.
Submitted by: linimon
Diffstat (limited to 'sys/net/if.c')
-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 ad181a7..d287354 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) |