general: Correct typos

pull/5169/head
Jeff Lucovsky 5 years ago committed by Victor Julien
parent fb409664d2
commit f6a399f154

@ -71,7 +71,7 @@
/* if a pattern has no depth/offset limits, no relative specifiers and isn't
* chopped for the mpm, we can take the mpm and consider this pattern a match
* w/o futher inspection. Warning: this may still mean other patterns depend
* w/o further inspection. Warning: this may still mean other patterns depend
* on this pattern that force match validation anyway. */
#define DETECT_CONTENT_MPM_IS_CONCLUSIVE(c) \
!( ((c)->flags & DETECT_CONTENT_DISTANCE) || \
@ -93,7 +93,7 @@ typedef struct DetectContentData_ {
uint16_t fp_chop_offset;
/* would want to move PatIntId here and flags down to remove the padding
* gap, but I think the first four members was used as a template for
* casting. \todo check this and fix it if posssible */
* casting. \todo check this and fix it if possible */
uint32_t flags;
PatIntId id;
uint16_t depth;

@ -55,7 +55,7 @@ void UtRunModeRegister(void);
extern int unittests_fatal;
/**
* \breif Fail a test.
* \brief Fail a test.
*/
#define FAIL do { \
if (unittests_fatal) { \

Loading…
Cancel
Save