]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
talloc: Fix documentation
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 5 Oct 2023 00:58:04 +0000 (13:58 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 25 Oct 2023 22:23:37 +0000 (22:23 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/talloc/talloc.h

index 025f1fa6b5990b23cd28c6532daa825504a6ff43..eef1a701b1f3b473fe537cf3f2e6bbca04b424e9 100644 (file)
@@ -787,7 +787,7 @@ type *talloc_get_type(const void *ptr, #type);
  *
  * This macro is used together with talloc(mem_ctx, struct foo). If you had to
  * assign the talloc chunk pointer to some void pointer variable,
- * talloc_get_type_abort() is the recommended way to get the convert the void
+ * talloc_get_type_abort() is the recommended way to convert the void
  * pointer back to a typed pointer.
  *
  * @param[in]  ptr      The void pointer to convert.