From de9f59f850c3f8dbfc8af1e65c18d2ca33118dfc Mon Sep 17 00:00:00 2001 From: Bruce M Simpson 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(-) diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index c85feccc9c291..86e27f051cc35 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.3