diff options
author | 2015-09-09 10:53:54 +0000 | |
---|---|---|
committer | 2015-09-09 10:53:54 +0000 | |
commit | 3267eff19a0485e8a97eea0affa8a521157470c6 (patch) | |
tree | 26d93bf32c9c429702e2dba17663e28e5ed7151c | |
parent | Syslogd can handle 8192 bytes per message now. Increase the libc (diff) | |
download | wireguard-openbsd-3267eff19a0485e8a97eea0affa8a521157470c6.tar.xz wireguard-openbsd-3267eff19a0485e8a97eea0affa8a521157470c6.zip |
Fix English in comment. OK dlg@
-rw-r--r-- | sys/netinet/if_ether.c | 4 |
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) |