From 5f4bcfe313c879fb411ef9a6e2c4561764e45c26 Mon Sep 17 00:00:00 2001 From: Juliana Fajardini Date: Tue, 10 May 2022 17:01:20 -0300 Subject: [PATCH] detect/engine: fix typos in assorted files --- src/detect-engine-mpm.c | 2 +- src/detect-engine-mpm.h | 2 +- src/detect-engine-sigorder.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/detect-engine-mpm.c b/src/detect-engine-mpm.c index c6abe94173..9d47838274 100644 --- a/src/detect-engine-mpm.c +++ b/src/detect-engine-mpm.c @@ -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. diff --git a/src/detect-engine-mpm.h b/src/detect-engine-mpm.h index 15746ae341..b250b2e3a6 100644 --- a/src/detect-engine-mpm.h +++ b/src/detect-engine-mpm.h @@ -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. diff --git a/src/detect-engine-sigorder.c b/src/detect-engine-sigorder.c index 53ac1fdbe5..02a38f7a5c 100644 --- a/src/detect-engine-sigorder.c +++ b/src/detect-engine-sigorder.c @@ -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, -- 2.47.2