diff options
author | 2003-04-24 15:58:42 +0000 | |
---|---|---|
committer | 2003-04-24 15:58:42 +0000 | |
commit | b2c3eabbe0d7588db08843ceae0d3a0a41906712 (patch) | |
tree | ae94289a580940b68d7dc803527db43289a5f7b0 | |
parent | regen (diff) | |
download | wireguard-openbsd-b2c3eabbe0d7588db08843ceae0d3a0a41906712.tar.xz wireguard-openbsd-b2c3eabbe0d7588db08843ceae0d3a0a41906712.zip |
fix typo; Patrick Latifi
-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 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. */ |