summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2018-05-31 17:17:02 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2018-05-31 17:17:02 +0000
commit403249c07ec5b2b7e0a94630e9c158572b5d29cd (patch)
tree44199dec2c4282849b75896a60aae93ca05692b9 /sys/netinet
parentc534dbd9b8dd9698a1f6fe7fdaffb59ad4125c80 (diff)
zap trailing whitespace
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/in.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/in.c b/sys/netinet/in.c
index e6146d47619..d7a054024db 100644
--- a/sys/netinet/in.c
+++ b/sys/netinet/in.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in.c,v 1.156 2018/05/31 16:34:40 tb Exp $ */
+/* $OpenBSD: in.c,v 1.157 2018/05/31 17:17:01 tb Exp $ */
/* $NetBSD: in.c,v 1.26 1996/02/13 23:41:39 christos Exp $ */
/*
@@ -425,9 +425,9 @@ in_ioctl_change_ifaddr(u_long cmd, caddr_t data, struct ifnet *ifp,
case SIOCDIFADDR:
/*
* Even if the individual steps were safe, shouldn't
- * these kinds of changes happen atomically? What
+ * these kinds of changes happen atomically? What
* should happen to a packet that was routed after
- * the scrub but before the other steps?
+ * the scrub but before the other steps?
*/
in_purgeaddr(&ia->ia_ifa);
dohooks(ifp->if_addrhooks, 0);