diff options
author | 2013-06-03 17:19:40 +0000 | |
---|---|---|
committer | 2013-06-03 17:19:40 +0000 | |
commit | 41d6986c400a752f57feede50c62fcccaf1d0634 (patch) | |
tree | 6be785cca41a37b7b6cdc5c014c60a9bd117d9a9 | |
parent | nicer ENVIRONMENT; (diff) | |
download | wireguard-openbsd-41d6986c400a752f57feede50c62fcccaf1d0634.tar.xz wireguard-openbsd-41d6986c400a752f57feede50c62fcccaf1d0634.zip |
fix typo in comment
-rw-r--r-- | sys/netinet/ip_carp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_carp.c b/sys/netinet/ip_carp.c index 56a6e467793..4beb1954764 100644 --- a/sys/netinet/ip_carp.c +++ b/sys/netinet/ip_carp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_carp.c,v 1.205 2013/06/02 15:03:32 yasuoka Exp $ */ +/* $OpenBSD: ip_carp.c,v 1.206 2013/06/03 17:19:40 yasuoka Exp $ */ /* * Copyright (c) 2002 Michael Shalayeff. All rights reserved. @@ -2227,7 +2227,7 @@ carp_ioctl(struct ifnet *ifp, u_long cmd, caddr_t addr) case AF_INET: sc->sc_if.if_flags |= IFF_UP; /* - * emulate arp_ifinit() without doing a gratious arp + * emulate arp_ifinit() without doing a gratuitous arp * request so that the routes are setup correctly. */ ifa->ifa_rtrequest = arp_rtrequest; |