]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix a typo
authorFrancois-Xavier Le Bail <[email protected]>
Thu, 7 Mar 2019 13:31:19 +0000 (14:31 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Thu, 7 Mar 2019 13:31:19 +0000 (14:31 +0100)
print-tcp.c

index d2cb1520868f3e4b719d372e960915b6431a4ff4..55bff7663a0901db6d80c748da1f4433b85c4b01 100644 (file)
@@ -95,7 +95,7 @@ struct tcp_seq_hash6 {
 
 #define TSEQ_HASHSIZE 919
 
-/* These tcp optinos do not have the size octet */
+/* These tcp options do not have the size octet */
 #define ZEROLENOPT(o) ((o) == TCPOPT_EOL || (o) == TCPOPT_NOP)
 
 static struct tcp_seq_hash tcp_seq_hash4[TSEQ_HASHSIZE];