1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

talloc: fixed spelling errors in comment

This commit is contained in:
Andrew Tridgell 2010-09-12 22:17:01 +10:00
parent 13a8745cae
commit ba2c394ed4

View File

@ -571,8 +571,8 @@ static inline int _talloc_free_internal(void *ptr, const char *location)
if (unlikely(tc->refs)) { if (unlikely(tc->refs)) {
int is_child; int is_child;
/* check this is a reference from a child or grantchild /* check if this is a reference from a child or
* back to it's parent or grantparent * grandchild back to it's parent or grandparent
* *
* in that case we need to remove the reference and * in that case we need to remove the reference and
* call another instance of talloc_free() on the current * call another instance of talloc_free() on the current