summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorT.J. Townsend <tj@cvs.openbsd.org>2017-08-08 18:25:32 +0000
committerT.J. Townsend <tj@cvs.openbsd.org>2017-08-08 18:25:32 +0000
commit74a1ab50197e77842f46e5ce72eee9c70d391d5b (patch)
treea90cc1c78a3cbb3df3cc5de532ad0a3361c61cf7 /sys/netinet
parentc6ce8c06df2ce56db8a90ae3a370b4609808de7c (diff)
fix typo in previous commit.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip.h b/sys/netinet/ip.h
index 55779429d4a..b0fc9f8f930 100644
--- a/sys/netinet/ip.h
+++ b/sys/netinet/ip.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip.h,v 1.17 2017/08/08 12:23:56 bluhm Exp $ */
+/* $OpenBSD: ip.h,v 1.18 2017/08/08 18:25:31 tj Exp $ */
/* $NetBSD: ip.h,v 1.9 1995/05/15 01:22:44 cgd Exp $ */
/*
@@ -210,7 +210,7 @@ struct ip_timestamp {
#ifdef _KERNEL
-/* Maximum lenght for IP protocol queues */
+/* Maximum length for IP protocol queues */
#define IPQ_MAXLEN 2048
/*