]> git.ipfire.org Git - people/ms/suricata.git/commitdiff
util-napatech: fix typos, update copyright year
authorJuliana Fajardini <jufajardini@gmail.com>
Tue, 10 Aug 2021 15:29:31 +0000 (16:29 +0100)
committerJuliana Fajardini <jufajardini@gmail.com>
Tue, 10 Aug 2021 15:29:31 +0000 (16:29 +0100)
src/util-napatech.c

index 6f0c19c4bf70c6124e68a3b0552dd8d7c9b7f3b2..72c968ef665ae1fff0d67ded5cfaadcac65edc13 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2017 Open Information Security Foundation
+/* Copyright (C) 2017-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
@@ -467,10 +467,10 @@ static uint32_t UpdateStreamStats(ThreadVars *tv,
 /**
  * \brief Statistics processing loop
  *
- * Instantiated on the stats thread.  Periodically retrieives
+ * Instantiated on the stats thread. Periodically retrieves
  * statistics from the Napatech card and updates the packet counters
  *
- * \param arg Pointer that is caste into a TheardVars structure
+ * \param arg Pointer that is cast into a TheardVars structure
  */
 static void *NapatechStatsLoop(void *arg)
 {