From: Joseph Sutton Date: Thu, 5 Oct 2023 00:58:04 +0000 (+1300) Subject: talloc: Fix documentation X-Git-Tag: talloc-2.4.2~1077 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82ec1965c86909af111ddebc4d25743f24cf103f;p=thirdparty%2Fsamba.git talloc: Fix documentation Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h index 025f1fa6b59..eef1a701b1f 100644 --- a/lib/talloc/talloc.h +++ b/lib/talloc/talloc.h @@ -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.