From 7fed22eb0aa108e245a24f77a08c626f3a92ad48 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 8 Feb 2010 10:58:48 +1100 Subject: [PATCH] talloc: fixed doc typo --- lib/talloc/talloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h index 349209070a6..ca75b98225e 100644 --- a/lib/talloc/talloc.h +++ b/lib/talloc/talloc.h @@ -739,7 +739,7 @@ void *talloc_get_name(const void *ptr, #type); * * @param[in] type The type that this chunk contains * - * @return The ame value as ptr, type-checked and properly cast. + * @return The same value as ptr, type-checked and properly cast. */ void *talloc_get_type_abort(const void *ptr, #type); #else -- 2.34.1