diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2003-05-10 22:39:21 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2003-05-10 22:39:21 +0000 |
commit | c155da056f0b089b9c0f67c177d8bca587426440 (patch) | |
tree | 9ba33e88d959d360eca17d70eb5e86e569a8239d /sys | |
parent | 476172c00708f6d4456b1c9a981d1ea901eacfd0 (diff) |
"enought to" -> "enough to" comment typo
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/ip_icmp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_icmp.h b/sys/netinet/ip_icmp.h index d6c0ceba7de..2e8391754ab 100644 --- a/sys/netinet/ip_icmp.h +++ b/sys/netinet/ip_icmp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_icmp.h,v 1.18 2002/06/09 16:26:10 itojun Exp $ */ +/* $OpenBSD: ip_icmp.h,v 1.19 2003/05/10 22:39:20 dhartmei Exp $ */ /* $NetBSD: ip_icmp.h,v 1.10 1996/02/13 23:42:28 christos Exp $ */ /* @@ -127,7 +127,7 @@ struct icmp { /* * Lower bounds on packet lengths for various types. * For the error advice packets must first insure that the - * packet is large enought to contain the returned ip header. + * packet is large enough to contain the returned ip header. * Only then can we do the check to see if 64 bits of packet * data have been returned, since we need to check the returned * ip header length. |