diff options
-rw-r--r-- | lib/talloc/talloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h index 349209070a..ca75b98225 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 |