From: Juliana Fajardini Date: Tue, 10 May 2022 20:01:20 +0000 (-0300) Subject: detect/engine: fix typos in assorted files X-Git-Tag: suricata-6.0.7~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15ec08881eb49f95d9831b928f0d2049aefd6251;p=thirdparty%2Fsuricata.git detect/engine: fix typos in assorted files (cherry picked from commit 5f4bcfe313c879fb411ef9a6e2c4561764e45c26) --- diff --git a/src/detect-engine-mpm.c b/src/detect-engine-mpm.c index c315d75a60..e43593aa11 100644 --- a/src/detect-engine-mpm.c +++ b/src/detect-engine-mpm.c @@ -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. diff --git a/src/detect-engine-mpm.h b/src/detect-engine-mpm.h index e9ed4078cc..d9b343d704 100644 --- a/src/detect-engine-mpm.h +++ b/src/detect-engine-mpm.h @@ -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. diff --git a/src/detect-engine-sigorder.c b/src/detect-engine-sigorder.c index 469af1f60b..3c0c1e9697 100644 --- a/src/detect-engine-sigorder.c +++ b/src/detect-engine-sigorder.c @@ -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,