From: Kai Blin Date: Sun, 27 May 2018 06:38:19 +0000 (+0200) Subject: talloc: Fix some typos in the comments X-Git-Tag: ldb-1.4.0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f052b6057294baed1fdf0e916200d3f653bba8ca;p=thirdparty%2Fsamba.git talloc: Fix some typos in the comments Now with even more typos fixed. Thanks Rowland. Signed-off-by: Kai Blin Reviewed-by: Rowland Penny Autobuild-User(master): Kai Blin Autobuild-Date(master): Mon May 28 16:16:17 CEST 2018 on sn-devel-144 --- diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h index dda308d21e1..7372df16fe8 100644 --- a/lib/talloc/talloc.h +++ b/lib/talloc/talloc.h @@ -1898,8 +1898,8 @@ void talloc_set_log_stderr(void); * This affects all children of this context and constrain any * allocation in the hierarchy to never exceed the limit set. * The limit can be removed by setting 0 (unlimited) as the - * max_size by calling the funciton again on the sam context. - * Memory limits can also be nested, meaning a hild can have + * max_size by calling the function again on the same context. + * Memory limits can also be nested, meaning a child can have * a stricter memory limit than a parent. * Memory limits are enforced only at memory allocation time. * Stealing a context into a 'limited' hierarchy properly