diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-09-12 22:17:01 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-09-15 15:39:34 +1000 |
commit | ba2c394ed479bb121b7b20ddd724e92d71ac1518 (patch) | |
tree | 15a1c9581e327e1b46fb99d477c4f719bc771825 | |
parent | 13a8745cae2b38c8071b182a4c020305c76e62b8 (diff) | |
download | samba-ba2c394ed479bb121b7b20ddd724e92d71ac1518.tar.gz samba-ba2c394ed479bb121b7b20ddd724e92d71ac1518.tar.bz2 samba-ba2c394ed479bb121b7b20ddd724e92d71ac1518.zip |
talloc: fixed spelling errors in comment
-rw-r--r-- | lib/talloc/talloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/talloc/talloc.c b/lib/talloc/talloc.c index bd364ed51b..cafe4d6e7a 100644 --- a/lib/talloc/talloc.c +++ b/lib/talloc/talloc.c @@ -571,8 +571,8 @@ static inline int _talloc_free_internal(void *ptr, const char *location) if (unlikely(tc->refs)) { int is_child; - /* check this is a reference from a child or grantchild - * back to it's parent or grantparent + /* check if this is a reference from a child or + * grandchild back to it's parent or grandparent * * in that case we need to remove the reference and * call another instance of talloc_free() on the current |