From: Victor Julien Date: Thu, 26 Jul 2018 08:47:52 +0000 (+0200) Subject: flow: fix comment typos X-Git-Tag: suricata-4.1.0-rc2~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8079e2f1b0265426d9b326e2332de258a3e16a1;p=thirdparty%2Fsuricata.git flow: fix comment typos --- diff --git a/src/flow.h b/src/flow.h index 039cc906fa..570911d62b 100644 --- a/src/flow.h +++ b/src/flow.h @@ -42,9 +42,9 @@ typedef struct AppLayerParserState_ AppLayerParserState; /* per flow flags */ -/** At least on packet from the source address was seen */ +/** At least one packet from the source address was seen */ #define FLOW_TO_SRC_SEEN BIT_U32(0) -/** At least on packet from the destination address was seen */ +/** At least one packet from the destination address was seen */ #define FLOW_TO_DST_SEEN BIT_U32(1) /** Don't return this from the flow hash. It has been replaced. */ #define FLOW_TCP_REUSED BIT_U32(2)