summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-05-20 14:26:08 +0200
committerKarolin Seeger <kseeger@samba.org>2015-03-15 22:14:07 +0100
commit6afc7bc1e8444a3a2f3443ec8184af0d79ffde00 (patch)
tree00200d3a4ec41fd9aa6479f9f258b467ca528ca8
parente762b71a488fb2a20d6248498b52dee1280eab53 (diff)
downloadsamba-6afc7bc1e8444a3a2f3443ec8184af0d79ffde00.tar.gz
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 (cherry picked from commit d7708fd360c1fa1e3111fd4df266b52c96cca196)
-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 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;