summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2015-09-09 10:53:55 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2015-09-09 10:53:55 +0000
commit321205e8398c3126e0e15dc437c7dc24fa32d125 (patch)
tree7efeab8290c9f1bf288d2753b4ab658933f9f231
parentbb767d9a0bee229c17d2403c5007be7cab0a1b5b (diff)
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)