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

Kai Blin kai at samba.org
Sun May 27 08:13:16 UTC 2018


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
-- 
2.11.0




More information about the samba-technical mailing list