From: Volker Lendecke Date: Mon, 20 May 2013 12:26:08 +0000 (+0200) Subject: talloc: Fix a typo X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=d7708fd360c1fa1e3111fd4df266b52c96cca196;p=obnox%2Fsamba%2Fsamba-obnox.git talloc: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Kai Blin Autobuild-User(master): Kai Blin Autobuild-Date(master): Mon May 20 18:48:49 CEST 2013 on sn-devel-104 --- diff --git a/lib/talloc/talloc.c b/lib/talloc/talloc.c index 885d7006e65..76f0aeedfd4 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;