diff options
Diffstat (limited to 'lib/talloc')
-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 bc5b0fae2a..571086193c 100644 --- a/lib/talloc/talloc.h +++ b/lib/talloc/talloc.h @@ -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 |