From ff976df70414d7d16ec5cb60cd3d08fa82c9c258 Mon Sep 17 00:00:00 2001 From: Juliana Fajardini Date: Tue, 10 Aug 2021 17:28:55 +0100 Subject: [PATCH] stream-tcp-reassemble: fix typo, updt copyright yr --- src/stream-tcp-reassemble.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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), -- 2.47.2