[SCM] Samba Shared Repository - branch master updated

Kai Blin kai at samba.org
Mon May 20 10:49:02 MDT 2013


The branch, master has been updated
       via  d7708fd talloc: Fix a typo
      from  96f9724 ldb_tdb: Warn when reindexing is done

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


- Log -----------------------------------------------------------------
commit d7708fd360c1fa1e3111fd4df266b52c96cca196
Author: Volker Lendecke <vl at samba.org>
Date:   Mon May 20 14:26:08 2013 +0200

    talloc: Fix a typo
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Kai Blin <kai at samba.org>
    
    Autobuild-User(master): Kai Blin <kai at samba.org>
    Autobuild-Date(master): Mon May 20 18:48:49 CEST 2013 on sn-devel-104

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

Summary of changes:
 lib/talloc/talloc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/talloc/talloc.c b/lib/talloc/talloc.c
index 885d700..76f0aee 100644
--- a/lib/talloc/talloc.c
+++ b/lib/talloc/talloc.c
@@ -255,7 +255,7 @@ struct talloc_chunk {
 	 * if 'limit' is set it means all *new* children of the context will
 	 * be limited to a total aggregate size ox max_size for memory
 	 * allocations.
-	 * cur_size is used to kep track of the current use
+	 * cur_size is used to keep track of the current use
 	 */
 	struct talloc_memlimit *limit;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list