talloc: Fix a typo
[obnox/samba/samba-obnox.git] / 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;