general/typo: Correct spelling/grammar issues

pull/9384/head
Jeff Lucovsky 2 years ago committed by Victor Julien
parent 424f12d1b3
commit e83e17a28a

@ -324,7 +324,7 @@ static void StatsInitCtxPostOutput(void)
}
/**
* \brief Releases the resources alloted to the output context of the
* \brief Releases the resources allotted to the output context of the
* Stats API
*/
static void StatsReleaseCtx(void)
@ -1263,7 +1263,7 @@ uint64_t StatsGetLocalCounterValue(ThreadVars *tv, uint16_t id)
}
/**
* \brief Releases the resources alloted by the Stats API
* \brief Releases the resources allotted by the Stats API
*/
void StatsReleaseResources(void)
{

@ -113,7 +113,7 @@ void StatsSpawnThreads(void);
void StatsRegisterTests(void);
bool StatsEnabled(void);
/* functions used to free the resources alloted by the Stats API */
/* functions used to free the resources allotted by the Stats API */
void StatsReleaseResources(void);
/* counter registration functions */

@ -752,7 +752,7 @@ static void GetWorkUnitSizing(const uint32_t rows, const uint32_t mp, const bool
/** \brief Thread that manages the flow table and times out flows.
*
* \param td ThreadVars casted to void ptr
* \param td ThreadVars cast to void ptr
*
* Keeps an eye on the spare list, alloc flows if needed...
*/
@ -1043,7 +1043,7 @@ extern uint32_t flow_spare_pool_block_size;
/** \brief Thread that manages timed out flows.
*
* \param td ThreadVars casted to void ptr
* \param td ThreadVars cast to void ptr
*/
static TmEcode FlowRecycler(ThreadVars *th_v, void *thread_data)
{

Loading…
Cancel
Save