1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +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)) {
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