talloc: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 20 May 2013 12:26:08 +0000 (14:26 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 10 Mar 2015 09:55:35 +0000 (10:55 +0100)
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)

lib/talloc/talloc.c

index 885d7006e65cfd32a89dc18aa7b32c9374a527ad..76f0aeedfd4209f7d4cf6ac7aca4ec93cbed57e8 100644 (file)
@@ -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;