summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/lib/pthreadpool/pthreadpool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/pthreadpool/pthreadpool.h b/source3/lib/pthreadpool/pthreadpool.h
index 0fde3c811b..fac2d25424 100644
--- a/source3/lib/pthreadpool/pthreadpool.h
+++ b/source3/lib/pthreadpool/pthreadpool.h
@@ -75,7 +75,7 @@ int pthreadpool_add_job(struct pthreadpool *pool, int job_id,
/**
* @brief Get the signalling fd from a pthreadpool
*
- * Completion of a job is indicated by readability of the fd retuned
+ * Completion of a job is indicated by readability of the fd returned
* by pthreadpool_signal_fd().
*
* @param[in] pool The pool in question