]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
detect/engine: fix typos in assorted files 7670/head
authorJuliana Fajardini <jufajardini@oisf.net>
Tue, 10 May 2022 20:01:20 +0000 (17:01 -0300)
committerVictor Julien <vjulien@oisf.net>
Mon, 1 Aug 2022 06:07:09 +0000 (08:07 +0200)
src/detect-engine-mpm.c
src/detect-engine-mpm.h
src/detect-engine-sigorder.c

index c6abe9417369892c1531866c84439a1fd4b5613d..9d47838274403d500d6089262e65e07a89f8f686 100644 (file)
@@ -2235,7 +2235,7 @@ static void PatternFreeFunc(void *ptr)
 }
 
 /**
- * \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 15746ae34103afba1c91a614e57a4d9d77fb4206..b250b2e3a62ce4c7d7982ec9f631508367afc04b 100644 (file)
@@ -66,7 +66,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 53ac1fdbe51a45b8bedac1215e6722b5cf9d5744..02a38f7a5cc0727a3b4a7780d63ae91003363f86 100644 (file)
@@ -777,7 +777,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,