From 804c442568878fd9f37f68ed195d1f2a0cf2aa08 Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Sun, 19 Mar 2023 08:59:15 -0400 Subject: [PATCH] general/typo: Correct typo Issue: 5916 --- src/source-nfq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.3