From 3e071d73c655f2d6a3058636fcdf0ff464d2d2a5 Mon Sep 17 00:00:00 2001 From: Andreas Dolp Date: Wed, 17 Sep 2025 21:18:18 +0200 Subject: [PATCH] doc: fix typo duplicate 'of' Thanks to catenacyber (cherry picked from commit 37d748d44182d387ccf0b6a66eae84a7b1e2844a) --- src/threadvars.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/threadvars.h b/src/threadvars.h index e94f6244ec..3646c0f297 100644 --- a/src/threadvars.h +++ b/src/threadvars.h @@ -93,7 +93,7 @@ typedef struct ThreadVars_ { SC_ATOMIC_DECLARE(uint32_t, flags); - /** list of of TmSlot objects together forming the packet pipeline. */ + /** list of TmSlot objects together forming the packet pipeline. */ struct TmSlot_ *tm_slots; /** pointer to the flowworker in the pipeline. Used as starting point