diff options
author | Volker Lendecke <vl@samba.org> | 2012-01-19 12:10:38 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2012-01-19 13:43:07 +0100 |
commit | 957ec2813934428331e5e23527566afaee8fa5f4 (patch) | |
tree | f903bb5035b04de44c10d766e321b2031489d76a /source3/lib | |
parent | 95c514a010ad9a58d5222273cdc5a87a3551de95 (diff) | |
download | samba-957ec2813934428331e5e23527566afaee8fa5f4.tar.gz samba-957ec2813934428331e5e23527566afaee8fa5f4.tar.bz2 samba-957ec2813934428331e5e23527566afaee8fa5f4.zip |
s3: Fix a typo
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Thu Jan 19 13:43:07 CET 2012 on sn-devel-104
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 |