summaryrefslogtreecommitdiff
path: root/sys/netinet/ip.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-04-24 15:58:43 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-04-24 15:58:43 +0000
commitbf5ce4b23e34e9e5ee3dc8f83d0eb3ea031b1b43 (patch)
treee5f62ecce1d1ca710bef9bbc0c00e7b6d9966e45 /sys/netinet/ip.h
parent6059e9a02b9490d6b5ce7b090cdb95a5ce996a11 (diff)
fix typo; Patrick Latifi
Diffstat (limited to 'sys/netinet/ip.h')
-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 ce6e27ae26e..7f01e6ba3fc 100644
--- a/sys/netinet/ip.h
+++ b/sys/netinet/ip.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip.h,v 1.8 2002/05/16 14:10:51 kjc Exp $ */
+/* $OpenBSD: ip.h,v 1.9 2003/04/24 15:58:42 millert Exp $ */
/* $NetBSD: ip.h,v 1.9 1995/05/15 01:22:44 cgd Exp $ */
/*
@@ -187,7 +187,7 @@ struct ip_timestamp {
#define IP_MSS 576 /* default maximum segment size */
/*
- * This is the real IPv4 psuedo header, used for computing the TCP and UDP
+ * This is the real IPv4 pseudo header, used for computing the TCP and UDP
* checksums. For the Internet checksum, struct ipovly can be used instead.
* For stronger checksums, the real thing must be used.
*/