doc: fix typo duplicate 'of'

Thanks to catenacyber
pull/13880/head
Andreas Dolp 9 months ago committed by Victor Julien
parent 375b5dd306
commit 37d748d441

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