]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
stream/tcp: typo fix
authorJuliana Fajardini <jufajardini@oisf.net>
Fri, 16 Sep 2022 18:12:06 +0000 (15:12 -0300)
committerVictor Julien <vjulien@oisf.net>
Mon, 26 Sep 2022 15:36:53 +0000 (17:36 +0200)
src/stream-tcp.c

index be9b7582daa3150529cbc2c62f570af22067a881..265da1ff90f47b952045cb235cd14d9961acb3a8 100644 (file)
@@ -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.