summaryrefslogtreecommitdiffstats
path: root/sys/net/if_llatbl.c
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2008-12-16 04:41:39 +0000
committerkmacy <kmacy@FreeBSD.org>2008-12-16 04:41:39 +0000
commit9a4c20e43574c6a96ac4b4a105a5b571e2903817 (patch)
tree05ead5d88f6aa375a672a9689e6edce910408beb /sys/net/if_llatbl.c
parent91748deadfd1d16860cbcec1d6b8f6823e4da371 (diff)
downloadFreeBSD-src-9a4c20e43574c6a96ac4b4a105a5b571e2903817.zip
FreeBSD-src-9a4c20e43574c6a96ac4b4a105a5b571e2903817.tar.gz
style and spelling fix
Diffstat (limited to 'sys/net/if_llatbl.c')
-rw-r--r--sys/net/if_llatbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_llatbl.c b/sys/net/if_llatbl.c
index e074213..a3d1b05 100644
--- a/sys/net/if_llatbl.c
+++ b/sys/net/if_llatbl.c
@@ -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,
OpenPOWER on IntegriCloud