From: Jeff Lucovsky Date: Sun, 19 Mar 2023 12:59:15 +0000 (-0400) Subject: general/typo: Correct typo X-Git-Tag: suricata-7.0.0-rc2~307 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=804c442568878fd9f37f68ed195d1f2a0cf2aa08;p=thirdparty%2Fsuricata.git general/typo: Correct typo Issue: 5916 --- diff --git a/src/source-nfq.c b/src/source-nfq.c index 805507707c..299d4b269c 100644 --- a/src/source-nfq.c +++ b/src/source-nfq.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2019 Open Information Security Foundation +/* Copyright (C) 2007-2023 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 @@ -1077,7 +1077,7 @@ static inline void UpdateCounters(NFQQueueVars *t, const Packet *p) TmEcode NFQSetVerdict(Packet *p) { int iter = 0; - /* we could also have a direct pointer but we need to have a ref counf in this case */ + /* we could also have a direct pointer but we need to have a ref count in this case */ NFQQueueVars *t = g_nfq_q + p->nfq_v.nfq_index; p->nfq_v.verdicted = 1;