diff options
author | 2017-08-08 18:25:31 +0000 | |
---|---|---|
committer | 2017-08-08 18:25:31 +0000 | |
commit | a8821aba85bc91ccfcc2adee683efe043cba8add (patch) | |
tree | 9e4b042f1d729575e5d073b9bd460baa0b7bb038 /sys/netinet/ip.h | |
parent | Stop running nd6_expire every second. (diff) | |
download | wireguard-openbsd-a8821aba85bc91ccfcc2adee683efe043cba8add.tar.xz wireguard-openbsd-a8821aba85bc91ccfcc2adee683efe043cba8add.zip |
fix typo in previous commit.
Diffstat (limited to 'sys/netinet/ip.h')
-rw-r--r-- | sys/netinet/ip.h | 4 |
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 /* |