talloc: fixed doc typo
authorAndrew Tridgell <tridge@samba.org>
Sun, 7 Feb 2010 23:58:48 +0000 (10:58 +1100)
committerAndrew Tridgell <tridge@samba.org>
Mon, 8 Feb 2010 00:04:59 +0000 (11:04 +1100)
lib/talloc/talloc.h

index 349209070a6c72eae02a71a0bd140a9aaeec6636..ca75b98225eeed69b96b2638e5b4f266ed1a8e2c 100644 (file)
@@ -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