From 6560bca57ef43ed6430d46d49a82bbfba2e825b8 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 23 Oct 2011 16:57:07 +0200 Subject: talloc: fix a comment typo --- lib/talloc/talloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/talloc') diff --git a/lib/talloc/talloc.c b/lib/talloc/talloc.c index 5ea07918cf..2098a32903 100644 --- a/lib/talloc/talloc.c +++ b/lib/talloc/talloc.c @@ -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) { -- cgit