aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libtpool/thread_pool.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libtpool/thread_pool.c')
-rw-r--r--lib/libtpool/thread_pool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtpool/thread_pool.c b/lib/libtpool/thread_pool.c
index a43fdd9cd..267fa834b 100644
--- a/lib/libtpool/thread_pool.c
+++ b/lib/libtpool/thread_pool.c
@@ -134,7 +134,7 @@ tpool_worker(void *arg)
/*
* This is the worker's main loop.
- * It will only be left if a timeout or an error has occured.
+ * It will only be left if a timeout or an error has occurred.
*/
active.tpa_tid = pthread_self();
for (;;) {