diff options
author | Brad Hards <bradh@frogmouth.net> | 2011-01-04 08:42:20 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-01-04 14:46:07 +1100 |
commit | 564830ef909b62be064590b865bde5d41a7ceac3 (patch) | |
tree | c653e9c2a7cb08decafd25d4fa6a540eee08d853 /lib | |
parent | 640028d158583825ea5ffd1266f099cf8776db5d (diff) | |
download | samba-564830ef909b62be064590b865bde5d41a7ceac3.tar.gz samba-564830ef909b62be064590b865bde5d41a7ceac3.tar.bz2 samba-564830ef909b62be064590b865bde5d41a7ceac3.zip |
talloc: Typo fix for api docs
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 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 |