From: Francois-Xavier Le Bail Date: Thu, 7 Mar 2019 13:31:19 +0000 (+0100) Subject: Fix a typo X-Git-Tag: tcpdump-4.99-bp~918 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/e85072ad1d966b1fa4c9a791debf9c5f02e416a9?ds=inline Fix a typo --- diff --git a/print-tcp.c b/print-tcp.c index d2cb1520..55bff766 100644 --- a/print-tcp.c +++ b/print-tcp.c @@ -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];