summaryrefslogtreecommitdiff
path: root/main/threadpool.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/threadpool.c')
-rw-r--r--main/threadpool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/threadpool.c b/main/threadpool.c
index 6240b7329..e3d0e40fd 100644
--- a/main/threadpool.c
+++ b/main/threadpool.c
@@ -702,7 +702,7 @@ static int kill_threads(void *obj, void *arg, int flags)
/*!
* \brief ao2 callback to zombify a set number of threads.
*
- * Threads will be zombified as long as as the counter has not reached
+ * Threads will be zombified as long as the counter has not reached
* zero. The counter is decremented with each thread that is zombified.
*
* Zombifying a thread involves removing it from its current container,
@@ -1093,7 +1093,7 @@ static void worker_active(struct worker_thread *worker)
{
int alive;
- /* The following is equivalent to
+ /* The following is equivalent to
*
* while (threadpool_execute(worker->pool));
*