1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

talloc: Fix documentation

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-10-05 13:58:04 +13:00 committed by Andrew Bartlett
parent 97566f1b83
commit 82ec1965c8

View File

@ -787,7 +787,7 @@ type *talloc_get_type(const void *ptr, #type);
*
* This macro is used together with talloc(mem_ctx, struct foo). If you had to
* assign the talloc chunk pointer to some void pointer variable,
* talloc_get_type_abort() is the recommended way to get the convert the void
* talloc_get_type_abort() is the recommended way to convert the void
* pointer back to a typed pointer.
*
* @param[in] ptr The void pointer to convert.