]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
stream-tcp-reassemble: fix typo, updt copyright yr 6290/head
authorJuliana Fajardini <jufajardini@gmail.com>
Tue, 10 Aug 2021 16:28:55 +0000 (17:28 +0100)
committerJuliana Fajardini <jufajardini@gmail.com>
Tue, 10 Aug 2021 16:28:55 +0000 (17:28 +0100)
src/stream-tcp-reassemble.c

index ab31d629ed3bb8d356cbd64e26a6e3436c9139c6..fae1a4619dc5df9ce3317734c3981f4cf45b0def 100644 (file)
@@ -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),