talloc: Typo fix for api docs
authorBrad Hards <bradh@frogmouth.net>
Mon, 3 Jan 2011 21:42:20 +0000 (08:42 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 4 Jan 2011 03:46:07 +0000 (14:46 +1100)
lib/talloc/talloc.h

index bc5b0fae2a53949d312957fcf46d3078818ab964..571086193c58a23d23c453cda8b70965decf50f5 100644 (file)
@@ -1085,7 +1085,7 @@ void *talloc_reparent(const void *old_parent, const void *new_parent, const void
  * @endcode
  *
  * @see talloc()
- * @see talloc_array_zero()
+ * @see talloc_zero_array()
  */
 void *talloc_array(const void *ctx, #type, unsigned count);
 #else