style and spelling fix

This commit is contained in:
Kip Macy 2008-12-16 04:41:39 +00:00
parent e1344b9604
commit 7b4d716b62
2 changed files with 2 additions and 2 deletions

View File

@ -287,7 +287,7 @@ lla_rt_output(struct rt_msghdr *rtm, struct rt_addrinfo *info)
laflags = lle->la_flags;
LLE_WUNLOCK(lle);
#ifdef INET
/* gratuious ARP */
/* gratuitous ARP */
if ((laflags & LLE_PUB) && dst->sa_family == AF_INET) {
arprequest(ifp,
&((struct sockaddr_in *)dst)->sin_addr,

View File

@ -303,7 +303,7 @@ rtalloc1_fib(struct sockaddr *dst, int report, u_long ignflags,
goto done;
} else if (needlock)
RADIX_NODE_HEAD_RUNLOCK(rnh);
RADIX_NODE_HEAD_RUNLOCK(rnh);
/*
* Either we hit the root or couldn't find any match,