1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

talloc: fix a comment typo

This commit is contained in:
Michael Adam 2011-10-23 16:57:07 +02:00
parent 0f746fcad8
commit 6560bca57e

View File

@ -1039,7 +1039,7 @@ static inline int talloc_unreference(const void *context, const void *ptr)
/*
remove a specific parent context from a pointer. This is a more
controlled varient of talloc_free()
controlled variant of talloc_free()
*/
_PUBLIC_ int talloc_unlink(const void *context, void *ptr)
{