From: Volker Lendecke Date: Thu, 19 Jan 2012 11:10:38 +0000 (+0100) Subject: s3: Fix a typo X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=957ec2813934428331e5e23527566afaee8fa5f4;p=metze%2Fsamba%2Fwip.git s3: Fix a typo Autobuild-User: Volker Lendecke Autobuild-Date: Thu Jan 19 13:43:07 CET 2012 on sn-devel-104 --- diff --git a/source3/lib/pthreadpool/pthreadpool.h b/source3/lib/pthreadpool/pthreadpool.h index 0fde3c811bd1..fac2d2542491 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