From: Juliana Fajardini Date: Tue, 10 Aug 2021 15:29:31 +0000 (+0100) Subject: util-napatech: fix typos, update copyright year X-Git-Tag: suricata-7.0.0-beta1~1533 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7198355324fa199d10f299f05aa90bf113a667f5;p=thirdparty%2Fsuricata.git util-napatech: fix typos, update copyright year --- diff --git a/src/util-napatech.c b/src/util-napatech.c index 6f0c19c4bf..72c968ef66 100644 --- a/src/util-napatech.c +++ b/src/util-napatech.c @@ -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) {