mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
style and spelling fix
This commit is contained in:
parent
e1344b9604
commit
7b4d716b62
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue