doc: fix typo duplicate 'of'

Thanks to catenacyber

(cherry picked from commit 37d748d441)
pull/14039/head
Andreas Dolp 7 months ago committed by Victor Julien
parent 58c46937ee
commit 3e071d73c6

@ -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

Loading…
Cancel
Save