[PATCH] talloc: Fix some typos in the comments

Rowland Penny rpenny at samba.org
Sun May 27 07:04:19 UTC 2018


On Sun, 27 May 2018 08:53:26 +0200
Kai Blin via samba-technical <samba-technical at lists.samba.org> wrote:

> 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..2422528c074 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 funciton 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

Hi, is 'funciton' supposed to be 'function' ?

Rowland



More information about the samba-technical mailing list