talloc: Fix a documentation typo
[obnox/samba/samba-obnox.git] / 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.
  *