]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
flow: fix comment typo
authorVictor Julien <vjulien@oisf.net>
Sun, 12 Feb 2023 20:34:33 +0000 (21:34 +0100)
committerVictor Julien <vjulien@oisf.net>
Wed, 15 Feb 2023 11:12:08 +0000 (12:12 +0100)
src/flow.c

index 42be3795cd7f9705022af02fa7258aff3c0b53dc..9d02ee3c2d16eae687e4fee45c6ea3f552872f03 100644 (file)
@@ -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