}
/**
- * \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.
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.
/**
* \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,