From e41c2f15c29ceb96dc2545d3acc703e217628fbe Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Mon, 11 Mar 2024 14:59:38 -0400 Subject: [PATCH] gen/typo: Correct comment typo --- src/flow-timeout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.47.2