summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2004-04-20 19:04:24 +0000
committerbms <bms@FreeBSD.org>2004-04-20 19:04:24 +0000
commit8fb0962eb06a484fb4e76010a83d9d71b4e24bc6 (patch)
tree9fdc976adac1f87b2b020af6a905eaa9c49d458a /sys/netinet
parent4baa3b70178b6e46738e13493275d1e0bb5c9ed7 (diff)
downloadFreeBSD-src-8fb0962eb06a484fb4e76010a83d9d71b4e24bc6.zip
FreeBSD-src-8fb0962eb06a484fb4e76010a83d9d71b4e24bc6.tar.gz
Fix a typo in a comment.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/tcp_var.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h
index c85fecc..86e27f0 100644
--- a/sys/netinet/tcp_var.h
+++ b/sys/netinet/tcp_var.h
@@ -215,7 +215,7 @@ struct tcpopt {
#define TOF_MSS 0x0010
#define TOF_SCALE 0x0020
#define TOF_SIGNATURE 0x0040 /* signature option present */
-#define TOF_SIGLEN 0x0080 /* sigature length valid (RFC2385) */
+#define TOF_SIGLEN 0x0080 /* signature length valid (RFC2385) */
u_int32_t to_tsval;
u_int32_t to_tsecr;
tcp_cc to_cc; /* holds CC or CCnew */
OpenPOWER on IntegriCloud