talloc: Fix a documentation typo
authorMartin Schwenke <martin@meltin.net>
Mon, 11 Jan 2016 08:49:14 +0000 (19:49 +1100)
committerVolker Lendecke <vl@samba.org>
Mon, 11 Jan 2016 17:34:53 +0000 (18:34 +0100)
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

lib/talloc/talloc.h

index b7408b9c2092db031de37b43df2587810311a92f..b0917b5e176a6aac776b5e4f2010c97585cf89d2 100644 (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.
  *