From: Juliana Fajardini Date: Tue, 10 Aug 2021 16:28:55 +0000 (+0100) Subject: stream-tcp-reassemble: fix typo, updt copyright yr X-Git-Tag: suricata-7.0.0-beta1~1529 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff976df70414d7d16ec5cb60cd3d08fa82c9c258;p=thirdparty%2Fsuricata.git stream-tcp-reassemble: fix typo, updt copyright yr --- diff --git a/src/stream-tcp-reassemble.c b/src/stream-tcp-reassemble.c index ab31d629ed..fae1a4619d 100644 --- a/src/stream-tcp-reassemble.c +++ b/src/stream-tcp-reassemble.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2020 Open Information Security Foundation +/* Copyright (C) 2007-2021 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 @@ -137,7 +137,7 @@ uint64_t StreamTcpReassembleMemuseGlobalCounter(void) /** * \brief Function to Check the reassembly memory usage counter against the - * allowed max memory usgae for TCP segments. + * allowed max memory usage for TCP segments. * * \param size Size of the TCP segment and its payload length memory allocated * \retval 1 if in bounds @@ -456,7 +456,7 @@ TcpReassemblyThreadCtx *StreamTcpReassembleInitThreadCtx(ThreadVars *tv) PoolThreadSize(segment_thread_pool), ra_ctx->segment_thread_pool_id); } else { - /* grow segment_thread_pool until we have a element for our thread id */ + /* grow segment_thread_pool until we have an element for our thread id */ ra_ctx->segment_thread_pool_id = PoolThreadExpand(segment_thread_pool); SCLogDebug("pool size %d, thread segment_thread_pool_id %d", PoolThreadSize(segment_thread_pool),