flow: fix comment typos

pull/3440/head
Victor Julien 7 years ago
parent c6e79f4410
commit e8079e2f1b

@ -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)

Loading…
Cancel
Save