From 8fb0962eb06a484fb4e76010a83d9d71b4e24bc6 Mon Sep 17 00:00:00 2001 From: bms Date: Tue, 20 Apr 2004 19:04:24 +0000 Subject: Fix a typo in a comment. --- sys/netinet/tcp_var.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet') 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 */ -- cgit v1.1