talloc: fixed spelling errors in comment
authorAndrew Tridgell <tridge@samba.org>
Sun, 12 Sep 2010 12:17:01 +0000 (22:17 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 15 Sep 2010 05:39:34 +0000 (15:39 +1000)
lib/talloc/talloc.c

index bd364ed51b8adbfd626e23b788ed775e50656c32..cafe4d6e7a63c20653c8e3b50e4828b4823dedb4 100644 (file)
@@ -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