}
/**
- * \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)
}
/**
- * \brief Releases the resources alloted by the Stats API
+ * \brief Releases the resources allotted by the Stats API
*/
void StatsReleaseResources(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 */
/** \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...
*/
/** \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)
{