1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

talloc: Fix a documentation typo

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Volker Lendecke <vl@samba.org>

Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Mon Jan 11 18:34:53 CET 2016 on sn-devel-144
This commit is contained in:
Martin Schwenke 2016-01-11 19:49:14 +11:00 committed by Volker Lendecke
parent 7cec3092ff
commit 7c4d802370

View File

@ -751,7 +751,7 @@ type *talloc_get_type(const void *ptr, #type);
* @brief Safely turn a void pointer into a typed pointer.
*
* This macro is used together with talloc(mem_ctx, struct foo). If you had to
* assing the talloc chunk pointer to some void pointer variable,
* assign the talloc chunk pointer to some void pointer variable,
* talloc_get_type_abort() is the recommended way to get the convert the void
* pointer back to a typed pointer.
*