From 957ec2813934428331e5e23527566afaee8fa5f4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 19 Jan 2012 12:10:38 +0100 Subject: s3: Fix a typo Autobuild-User: Volker Lendecke Autobuild-Date: Thu Jan 19 13:43:07 CET 2012 on sn-devel-104 --- source3/lib/pthreadpool/pthreadpool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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 -- cgit