s3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Thu, 19 Jan 2012 11:10:38 +0000 (12:10 +0100)
committerVolker Lendecke <vlendec@samba.org>
Thu, 19 Jan 2012 12:43:07 +0000 (13:43 +0100)
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Thu Jan 19 13:43:07 CET 2012 on sn-devel-104

source3/lib/pthreadpool/pthreadpool.h

index 0fde3c811bd190cd560d9ddb6a5bc2b85e078c7c..fac2d25424910b2e700010e5d2113d0456e251ad 100644 (file)
@@ -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