summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2015-09-09 10:53:54 +0000
committerclaudio <claudio@openbsd.org>2015-09-09 10:53:54 +0000
commit3267eff19a0485e8a97eea0affa8a521157470c6 (patch)
tree26d93bf32c9c429702e2dba17663e28e5ed7151c
parentSyslogd can handle 8192 bytes per message now. Increase the libc (diff)
downloadwireguard-openbsd-3267eff19a0485e8a97eea0affa8a521157470c6.tar.xz
wireguard-openbsd-3267eff19a0485e8a97eea0affa8a521157470c6.zip
Fix English in comment. OK dlg@
-rw-r--r--sys/netinet/if_ether.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c
index c4a997eb2ef..85db19e63f5 100644
--- a/sys/netinet/if_ether.c
+++ b/sys/netinet/if_ether.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ether.c,v 1.162 2015/08/19 11:05:33 mpi Exp $ */
+/* $OpenBSD: if_ether.c,v 1.163 2015/09/09 10:53:54 claudio Exp $ */
/* $NetBSD: if_ether.c,v 1.31 1996/05/11 12:59:58 mycroft Exp $ */
/*
@@ -600,7 +600,7 @@ in_arpinput(struct mbuf *m)
}
}
- /* Third try: not one of our addresses, just find an usable ia */
+ /* Third try: not one of our addresses, just find a usable ia */
if (ifa == NULL) {
TAILQ_FOREACH(ifa, &ifp->if_addrlist, ifa_list) {
if (ifa->ifa_addr->sa_family == AF_INET)