]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
general/typo: Correct typo
authorJeff Lucovsky <jlucovsky@oisf.net>
Sun, 19 Mar 2023 12:59:15 +0000 (08:59 -0400)
committerVictor Julien <vjulien@oisf.net>
Mon, 1 May 2023 06:25:14 +0000 (08:25 +0200)
Issue: 5916

src/source-nfq.c

index 805507707cdc2988d9730c9323669291c13e48aa..299d4b269c9230eb1a7bf02ab4bc007de59f9b81 100644 (file)
@@ -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;