From: Victor Julien Date: Sun, 12 Feb 2023 20:34:33 +0000 (+0100) Subject: flow: fix comment typo X-Git-Tag: suricata-7.0.0-rc2~569 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a34997d7176be57477c95257e633b42720bde7c;p=thirdparty%2Fsuricata.git flow: fix comment typo --- diff --git a/src/flow.c b/src/flow.c index 42be3795cd..9d02ee3c2d 100644 --- a/src/flow.c +++ b/src/flow.c @@ -1188,7 +1188,7 @@ void FlowUpdateState(Flow *f, const enum FlowState s) #ifdef UNITTESTS if (f->fb != NULL) { #endif - /* and reset the flow buckup next_ts value so that the flow manager + /* and reset the flow bucket's next_ts value so that the flow manager * has to revisit this row */ SC_ATOMIC_SET(f->fb->next_ts, 0); #ifdef UNITTESTS