From: Jeff Lucovsky Date: Wed, 26 Jul 2023 12:37:04 +0000 (-0400) Subject: general/typo: Correct spelling/grammar issues X-Git-Tag: suricata-7.0.1~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e83e17a28a2c5ec14890ce795b62a134730c13d2;p=thirdparty%2Fsuricata.git general/typo: Correct spelling/grammar issues --- diff --git a/src/counters.c b/src/counters.c index 0a6ace4bbb..c13be8584a 100644 --- a/src/counters.c +++ b/src/counters.c @@ -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) { diff --git a/src/counters.h b/src/counters.h index 74a505ffc9..d43538b1d8 100644 --- a/src/counters.h +++ b/src/counters.h @@ -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 */ diff --git a/src/flow-manager.c b/src/flow-manager.c index 71d63760ec..3bb48230d6 100644 --- a/src/flow-manager.c +++ b/src/flow-manager.c @@ -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) {