The branch, master has been updated
       via  f052b60 talloc: Fix some typos in the comments
      from  1531fcd vfs_gpfs: Use full_path_tos instead of talloc_asprintf

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit f052b6057294baed1fdf0e916200d3f653bba8ca
Author: Kai Blin <k...@samba.org>
Date:   Sun May 27 08:38:19 2018 +0200

    talloc: Fix some typos in the comments
    
    Now with even more typos fixed. Thanks Rowland.
    
    Signed-off-by: Kai Blin <k...@samba.org>
    Reviewed-by: Rowland Penny <rpe...@samba.org>
    
    Autobuild-User(master): Kai Blin <k...@samba.org>
    Autobuild-Date(master): Mon May 28 16:16:17 CEST 2018 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 lib/talloc/talloc.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h
index dda308d..7372df1 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


-- 
Samba Shared Repository

Reply via email to