]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
gen/typo: Correct comment typo 10652/head
authorJeff Lucovsky <jeff.lucovsky@corelight.com>
Mon, 11 Mar 2024 18:59:38 +0000 (14:59 -0400)
committerVictor Julien <victor@inliniac.net>
Sat, 16 Mar 2024 08:29:38 +0000 (09:29 +0100)
src/flow-timeout.c

index 92632e68f619086859a4d1cce7090e914e57e5bf..0b75228ca3753ac94d38b8c914119e1b2d4bc38c 100644 (file)
@@ -362,7 +362,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.
  */