From: Jeff Lucovsky Date: Mon, 11 Mar 2024 18:59:38 +0000 (-0400) Subject: gen/typo: Correct comment typo X-Git-Tag: suricata-8.0.0-beta1~1624 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e41c2f15c29ceb96dc2545d3acc703e217628fbe;p=thirdparty%2Fsuricata.git gen/typo: Correct comment typo --- diff --git a/src/flow-timeout.c b/src/flow-timeout.c index 92632e68f6..0b75228ca3 100644 --- a/src/flow-timeout.c +++ b/src/flow-timeout.c @@ -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. */