X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftalloc%2Ftalloc.c;h=d02eee772784a07a4afe84ec1270bc0da163f599;hb=d1a951b82386391b82e48b32403891f85e253565;hp=3ada60fca562566aa2207f8ed73c8eae34f24652;hpb=55d814230f7fb628bb5303cd53498209c7928040;p=ccan diff --git a/ccan/talloc/talloc.c b/ccan/talloc/talloc.c index 3ada60fc..d02eee77 100644 --- a/ccan/talloc/talloc.c +++ b/ccan/talloc/talloc.c @@ -621,7 +621,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() */ int talloc_unlink(const void *context, void *ptr) {