]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
general/typo: Correct spelling/grammar issues
authorJeff Lucovsky <jlucovsky@oisf.net>
Wed, 26 Jul 2023 12:37:04 +0000 (08:37 -0400)
committerVictor Julien <vjulien@oisf.net>
Thu, 27 Jul 2023 07:21:30 +0000 (09:21 +0200)
src/counters.c
src/counters.h
src/flow-manager.c

index 0a6ace4bbb01b164aa30821f27d7b5762aee0f69..c13be8584ac3cfcaa89618ca40dacba72a1618b2 100644 (file)
@@ -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)
 {
index 74a505ffc91e62a054d41ce236c383e48cd47551..d43538b1d8d02cf3b9a2dae15eb1c7f0847f5344 100644 (file)
@@ -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 */
index 71d63760ec1c6e791b7b52ce8b844d938f1a5548..3bb48230d6fd657699bafc1bab3ae402d4c6bae7 100644 (file)
@@ -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)
 {