From d7708fd360c1fa1e3111fd4df266b52c96cca196 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 20 May 2013 14:26:08 +0200 Subject: 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 --- lib/talloc/talloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/talloc') diff --git a/lib/talloc/talloc.c b/lib/talloc/talloc.c index 885d7006e6..76f0aeedfd 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; -- cgit