detect/engine: fix typos in assorted files

pull/7670/head
Juliana Fajardini 4 years ago committed by Victor Julien
parent 58928b249d
commit 5f4bcfe313

@ -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.

@ -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.

@ -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,

Loading…
Cancel
Save