diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-30 23:02:38 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-30 23:02:38 +0000 |
| commit | 6c5e9bbdf5bb93639ae4899ddef635fe2ecbdd49 (patch) | |
| tree | d5a8ea90ac641a456fff5afceb0a72173a7abe6e /sys/netinet/ip_icmp.h | |
| parent | 09b5920411b857421036b7143f6cf39b5e264961 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_icmp.h')
| -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 a538899bc377..49bd819424dd 100644 --- a/sys/netinet/ip_icmp.h +++ b/sys/netinet/ip_icmp.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ip_icmp.h 8.1 (Berkeley) 6/10/93 - * $Id: ip_icmp.h,v 1.5 1995/11/14 20:34:13 phk Exp $ + * $Id: ip_icmp.h,v 1.6 1996/01/19 01:19:08 fenner Exp $ */ #ifndef _NETINET_IP_ICMP_H_ @@ -114,7 +114,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. |
