talloc: fix a comment typo
authorMichael Adam <obnox@samba.org>
Sun, 23 Oct 2011 14:57:07 +0000 (16:57 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 26 Oct 2011 00:44:02 +0000 (02:44 +0200)
lib/talloc/talloc.c

index 5ea07918cfd8218115cbdefb1cfb88cd200db0a9..2098a329031866c60184683c883f4edf0b5e45ed 100644 (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)
 {