mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
talloc: Fix some typos in the comments
Now with even more typos fixed. Thanks Rowland. Signed-off-by: Kai Blin <kai@samba.org> Reviewed-by: Rowland Penny <rpenny@samba.org> Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Mon May 28 16:16:17 CEST 2018 on sn-devel-144
This commit is contained in:
parent
1531fcde82
commit
f052b60572
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user