[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Mon Jan 11 17:35:02 UTC 2016


The branch, master has been updated
       via  7c4d802 talloc: Fix a documentation typo
      from  7cec309 nss_wrapper: bump version to 1.1.2

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 7c4d802370ab94cb150d23292cb7bc998a03f8f8
Author: Martin Schwenke <martin at meltin.net>
Date:   Mon Jan 11 19:49:14 2016 +1100

    talloc: Fix a documentation typo
    
    Signed-off-by: Martin Schwenke <martin at meltin.net>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Mon Jan 11 18:34:53 CET 2016 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 lib/talloc/talloc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h
index b7408b9..b0917b5 100644
--- a/lib/talloc/talloc.h
+++ b/lib/talloc/talloc.h
@@ -751,7 +751,7 @@ type *talloc_get_type(const void *ptr, #type);
  * @brief Safely turn a void pointer into a typed pointer.
  *
  * This macro is used together with talloc(mem_ctx, struct foo). If you had to
- * assing the talloc chunk pointer to some void pointer variable,
+ * assign the talloc chunk pointer to some void pointer variable,
  * talloc_get_type_abort() is the recommended way to get the convert the void
  * pointer back to a typed pointer.
  *


-- 
Samba Shared Repository



More information about the samba-cvs mailing list