From 7c4d802370ab94cb150d23292cb7bc998a03f8f8 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Mon, 11 Jan 2016 19:49:14 +1100 Subject: [PATCH] talloc: Fix a documentation typo Signed-off-by: Martin Schwenke Reviewed-by: Volker Lendecke Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Mon Jan 11 18:34:53 CET 2016 on sn-devel-144 --- lib/talloc/talloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h index b7408b9c209..b0917b5e176 100644 --- a/lib/talloc/talloc.h +++ b/lib/talloc/talloc.h @@ -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. * -- 2.34.1