mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
talloc: fix a comment typo
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user