Skip to content

Commit 3e071d7

Browse files
e-citevictorjulien
authored andcommitted
doc: fix typo duplicate 'of'
Thanks to catenacyber (cherry picked from commit 37d748d)
1 parent 58c4693 commit 3e071d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/threadvars.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ typedef struct ThreadVars_ {
9393

9494
SC_ATOMIC_DECLARE(uint32_t, flags);
9595

96-
/** list of of TmSlot objects together forming the packet pipeline. */
96+
/** list of TmSlot objects together forming the packet pipeline. */
9797
struct TmSlot_ *tm_slots;
9898

9999
/** pointer to the flowworker in the pipeline. Used as starting point

0 commit comments

Comments
 (0)