From: Juliana Fajardini Date: Fri, 16 Sep 2022 18:12:06 +0000 (-0300) Subject: stream/tcp: typo fix X-Git-Tag: suricata-6.0.7~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aafbf368acda23e860e1609ed6a746874f278e85;p=thirdparty%2Fsuricata.git stream/tcp: typo fix --- diff --git a/src/stream-tcp.c b/src/stream-tcp.c index be9b7582da..265da1ff90 100644 --- a/src/stream-tcp.c +++ b/src/stream-tcp.c @@ -690,7 +690,7 @@ void StreamTcpFreeConfig(char quiet) } /** \internal - * \brief The function is used to to fetch a TCP session from the + * \brief The function is used to fetch a TCP session from the * ssn_pool, when a TCP SYN is received. * * \param p packet starting the new TCP session.