diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-02-08 10:58:48 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-02-08 11:04:59 +1100 |
commit | 7fed22eb0aa108e245a24f77a08c626f3a92ad48 (patch) | |
tree | f3804679ca886a0afe1e90692edae781b2ed3bc8 /lib | |
parent | da0e396deb895554b88e3e1326e429620b82af6d (diff) | |
download | samba-7fed22eb0aa108e245a24f77a08c626f3a92ad48.tar.gz samba-7fed22eb0aa108e245a24f77a08c626f3a92ad48.tar.bz2 samba-7fed22eb0aa108e245a24f77a08c626f3a92ad48.zip |
talloc: fixed doc typo
Diffstat (limited to 'lib')
-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 |