mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
style and spelling fix
This commit is contained in:
parent
e1344b9604
commit
7b4d716b62
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user