[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sat May 1 07:21:38 MDT 2010


The branch, master has been updated
       via  485def3... talloc: Documentation fix for talloc
      from  dfd7ad2... s4:dsdb Fix use of memory after free in repl_meta_data

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


- Log -----------------------------------------------------------------
commit 485def3b5dae7c77fb0c01ed99b6865b7c5ceeb8
Author: Holger Hans Peter Freyther <holger at freyther.de>
Date:   Sat May 1 15:18:45 2010 +0200

    talloc: Documentation fix for talloc

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

Summary of changes:
 lib/talloc/talloc.3.xml |    2 +-
 lib/talloc/talloc.h     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/talloc/talloc.3.xml b/lib/talloc/talloc.3.xml
index cc36f60..c23b911 100644
--- a/lib/talloc/talloc.3.xml
+++ b/lib/talloc/talloc.3.xml
@@ -362,7 +362,7 @@ talloc_set_name_const(ptr, name);</programlisting>
     <refsect2><title>void *talloc_new(void *<emphasis role="italic">ctx</emphasis>);</title>
         <para>
 	  This is a utility macro that creates a new memory context hanging
-	  off an exiting context, automatically naming it "talloc_new:
+	  off an existing context, automatically naming it "talloc_new:
 	  __location__" where __location__ is the source line it is called
 	  from.  It is particularly useful for creating a new temporary
 	  working context.
diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h
index a98cff4..644848e 100644
--- a/lib/talloc/talloc.h
+++ b/lib/talloc/talloc.h
@@ -520,7 +520,7 @@ void *talloc_ptrtype(const void *ctx, #type);
  * @brief Allocate a new 0-sized talloc chunk.
  *
  * This is a utility macro that creates a new memory context hanging off an
- * exiting context, automatically naming it "talloc_new: __location__" where
+ * existing context, automatically naming it "talloc_new: __location__" where
  * __location__ is the source line it is called from. It is particularly
  * useful for creating a new temporary working context.
  *


-- 
Samba Shared Repository


More information about the samba-cvs mailing list