]> 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>
Fri, 23 Sep 2022 13:57:03 +0000 (15:57 +0200)
src/stream-tcp.c

index e418fb0d47530d641eb49b9ab461fe175521e283..b9da110f1003ee6d06c2fcca9de55394d5b15df7 100644 (file)
@@ -680,7 +680,7 @@ void StreamTcpFreeConfig(bool 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.