diff options
Diffstat (limited to 'lib/talloc/talloc.c')
-rw-r--r-- | lib/talloc/talloc.c | 2 |
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; |