The branch, master has been updated
via 957ec28 s3: Fix a typo
from 95c514a Now make_connection_snum() is a static function that takes
a connection_struct as a parameter, fix the interface to allow it to return an
NTSTATUS.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 957ec2813934428331e5e23527566afaee8fa5f4
Author: Volker Lendecke <[email protected]>
Date: Thu Jan 19 12:10:38 2012 +0100
s3: Fix a typo
Autobuild-User: Volker Lendecke <[email protected]>
Autobuild-Date: Thu Jan 19 13:43:07 CET 2012 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
source3/lib/pthreadpool/pthreadpool.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/lib/pthreadpool/pthreadpool.h
b/source3/lib/pthreadpool/pthreadpool.h
index 0fde3c8..fac2d25 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
--
Samba Shared Repository