[PATCH v2] talloc: Fix some typos in the comments

Rowland Penny rpenny at samba.org
Sun May 27 08:29:33 UTC 2018


On Sun, 27 May 2018 10:13:16 +0200
Kai Blin via samba-technical <samba-technical at lists.samba.org> wrote:

> Now with even more typos fixed. Thanks Rowland.
> 
> Signed-off-by: Kai Blin <kai at samba.org>
> ---
>  lib/talloc/talloc.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> 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

RB+

Please push

Rowland



More information about the samba-technical mailing list