[PATCH] talloc: Fix a typo

Volker Lendecke Volker.Lendecke at SerNet.DE
Mon May 20 06:27:14 MDT 2013


Hi!

Please review&push.

Thanks,

Volker

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de
-------------- next part --------------
>From 3e71538156b348099099e75b37b22c490104d5ce Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Mon, 20 May 2013 14:26:08 +0200
Subject: [PATCH] talloc: Fix a typo

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 lib/talloc/talloc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 
-- 
1.7.9.5



More information about the samba-technical mailing list