aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libtpool/thread_pool.c
diff options
context:
space:
mode:
authorAndrea Gelmini <[email protected]>2019-09-03 02:53:27 +0200
committerBrian Behlendorf <[email protected]>2019-09-02 17:53:27 -0700
commit7859537768e030d0151a6d72a6b031751228bc85 (patch)
tree15fc02abdd255b0b32285746ebc30dc6f614ed93 /lib/libtpool/thread_pool.c
parentc9539600484d8f89d48629eb5775c8b1967fe7d7 (diff)
Fix typos in lib/
Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Richard Laager <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Andrea Gelmini <[email protected]> Closes #9237
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 (;;) {