summaryrefslogtreecommitdiff
path: root/lib/talloc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-05-20 14:26:08 +0200
committerKai Blin <kai@samba.org>2013-05-20 18:48:49 +0200
commitd7708fd360c1fa1e3111fd4df266b52c96cca196 (patch)
treebeafc597a45eaf472105ea400bf12698e5afa0bf /lib/talloc
parent96f972460ca458e86edbd97c682bfa462e01a242 (diff)
downloadsamba-d7708fd360c1fa1e3111fd4df266b52c96cca196.tar.gz
samba-d7708fd360c1fa1e3111fd4df266b52c96cca196.tar.bz2
samba-d7708fd360c1fa1e3111fd4df266b52c96cca196.zip
talloc: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Kai Blin <kai@samba.org> Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Mon May 20 18:48:49 CEST 2013 on sn-devel-104
Diffstat (limited to 'lib/talloc')
-rw-r--r--lib/talloc/talloc.c2
1 files changed, 1 insertions, 1 deletions
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;