diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/pthreadpool/pthreadpool.h | 2 |
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 |