From ba2c394ed479bb121b7b20ddd724e92d71ac1518 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 12 Sep 2010 22:17:01 +1000 Subject: talloc: fixed spelling errors in comment --- lib/talloc/talloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/talloc/talloc.c b/lib/talloc/talloc.c index bd364ed51b8..cafe4d6e7a6 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 -- cgit v1.2.1