From: Andrew Tridgell Date: Sun, 7 Feb 2010 23:58:48 +0000 (+1100) Subject: talloc: fixed doc typo X-Git-Tag: samba-3.6.0pre1~5540 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fed22eb0aa108e245a24f77a08c626f3a92ad48;p=thirdparty%2Fsamba.git talloc: fixed doc typo --- 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