Skip to content

Commit

Permalink
gen/typo: Correct comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucovsky committed Mar 11, 2024
1 parent a614d85 commit 143a31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flow-timeout.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ void FlowForceReassemblyForFlow(Flow *f)
* - silence complaining profilers
* - allow us to aggressively check using debug validation assertions
* - be robust in case of future changes
* - locking overhead if neglectable when no other thread fights us
* - locking overhead is negligible when no other thread fights us
*
* \param q The queue to process flows from.
*/
Expand Down

0 comments on commit 143a31c

Please sign in to comment.