Skip to content

Commit

Permalink
talloc: Fix a documentation typo
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schwenke <[email protected]>
Reviewed-by: Volker Lendecke <[email protected]>

Autobuild-User(master): Volker Lendecke <[email protected]>
Autobuild-Date(master): Mon Jan 11 18:34:53 CET 2016 on sn-devel-144
  • Loading branch information
martin-schwenke authored and vlendec committed Jan 11, 2016
1 parent 7cec309 commit 7c4d802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/talloc/talloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 7c4d802

Please sign in to comment.