From: Juliana Fajardini Date: Thu, 19 Jan 2023 14:21:10 +0000 (-0300) Subject: stream/tcp: fix typos, update copyright year X-Git-Tag: suricata-7.0.0-rc1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8430%2Fhead;p=thirdparty%2Fsuricata.git stream/tcp: fix typos, update copyright year Bug #5765 --- diff --git a/src/stream-tcp.c b/src/stream-tcp.c index 7c13172d33..bcc025809a 100644 --- a/src/stream-tcp.c +++ b/src/stream-tcp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2022 Open Information Security Foundation +/* Copyright (C) 2007-2023 Open Information Security Foundation * * You can copy, redistribute or modify this Program under the terms of * the GNU General Public License version 2 as published by the Free @@ -922,7 +922,7 @@ static int StreamTcpPacketIsRetransmission(TcpStream *stream, Packet *p) * * \param tv Thread Variable containing input/output queue, cpu affinity * \param p Packet which has to be handled in this TCP state. - * \param stt Strean Thread module registered to handle the stream handling + * \param stt Stream Thread module registered to handle the stream handling * * \retval 0 ok * \retval -1 error