]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
detect/engine: fix typos in assorted files
authorJuliana Fajardini <jufajardini@oisf.net>
Tue, 10 May 2022 20:01:20 +0000 (17:01 -0300)
committerVictor Julien <vjulien@oisf.net>
Thu, 1 Sep 2022 08:12:35 +0000 (10:12 +0200)
(cherry picked from commit 5f4bcfe313c879fb411ef9a6e2c4561764e45c26)

src/detect-engine-mpm.c
src/detect-engine-mpm.h
src/detect-engine-sigorder.c

index c315d75a60a1ac4dfbe7613d95682db952265996..e43593aa114852334d72f1b51a2a0550e66022af 100644 (file)
@@ -1769,7 +1769,7 @@ typedef struct DetectFPAndItsId_ {
 } DetectFPAndItsId;
 
 /**
- * \brief Figured out the FP and their respective content ids for all the
+ * \brief Figure out the FP and their respective content ids for all the
  *        sigs in the engine.
  *
  * \param de_ctx Detection engine context.
index e9ed4078ccb7b4187b57f7ef4f125c0302409de8..d9b343d704b6d746fca67238f4b67a874b19cde5 100644 (file)
@@ -68,7 +68,7 @@ void MpmStoreReportStats(const DetectEngineCtx *de_ctx);
 MpmStore *MpmStorePrepareBuffer(DetectEngineCtx *de_ctx, SigGroupHead *sgh, enum MpmBuiltinBuffers buf);
 
 /**
- * \brief Figured out the FP and their respective content ids for all the
+ * \brief Figure out the FP and their respective content ids for all the
  *        sigs in the engine.
  *
  * \param de_ctx Detection engine context.
index 469af1f60b82b8b67074f947e66d2713de1b7d1f..3c0c1e9697e5c68218e5b5f4694b27d159122338 100644 (file)
@@ -776,7 +776,7 @@ void SCSigOrderSignatures(DetectEngineCtx *de_ctx)
 
 /**
  * \brief Lets you register the Signature ordering functions.  The order in
- *        which the functions are registered, show the priority.  The first
+ *        which the functions are registered shows the priority.  The first
  *        function registered provides more priority than the function
  *        registered after it.  To add a new registration function, register
  *        it by listing it in the correct position in the below sequence,