summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_input.c
diff options
context:
space:
mode:
authorjca <jca@openbsd.org>2016-12-26 21:30:10 +0000
committerjca <jca@openbsd.org>2016-12-26 21:30:10 +0000
commitec18dcd3456ce8fac02d5ba49724e27334dcace4 (patch)
tree5cc7c4d702042007009bc629d5730dc7b1510653 /sys/netinet6/ip6_input.c
parentalso document the weird i2d_PKCS7_NDEF(3) (diff)
downloadwireguard-openbsd-ec18dcd3456ce8fac02d5ba49724e27334dcace4.tar.xz
wireguard-openbsd-ec18dcd3456ce8fac02d5ba49724e27334dcace4.zip
Typo, "more then" -> "more than"
Diffstat (limited to 'sys/netinet6/ip6_input.c')
-rw-r--r--sys/netinet6/ip6_input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c
index ee25a811a43..4b57e07f6ad 100644
--- a/sys/netinet6/ip6_input.c
+++ b/sys/netinet6/ip6_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip6_input.c,v 1.172 2016/12/20 18:33:43 bluhm Exp $ */
+/* $OpenBSD: ip6_input.c,v 1.173 2016/12/26 21:30:10 jca Exp $ */
/* $KAME: ip6_input.c,v 1.188 2001/03/29 05:34:31 itojun Exp $ */
/*
@@ -664,7 +664,7 @@ ip6_check_rh0hdr(struct mbuf *m, int *offp)
case IPPROTO_ROUTING:
*offp = off;
if (rh_cnt++) {
- /* more then one rh header present */
+ /* more than one rh header present */
return (1);
}