From: Arran Cudbard-Bell Date: Wed, 15 Feb 2023 14:59:06 +0000 (-0600) Subject: talloc: Typo in func docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bad0f656e57c97b518f2eccfce6cc9dd406b93a;p=thirdparty%2Ffreeradius-server.git talloc: Typo in func docs --- diff --git a/src/lib/util/talloc.c b/src/lib/util/talloc.c index 8466fc3e69d..e8f2048ef77 100644 --- a/src/lib/util/talloc.c +++ b/src/lib/util/talloc.c @@ -393,7 +393,7 @@ char *talloc_typed_vasprintf(TALLOC_CTX *ctx, char const *fmt, va_list ap) /** Binary safe strdup function * - * @param[in] ctx he talloc context to allocate new buffer in. + * @param[in] ctx the talloc context to allocate new buffer in. * @param[in] in String to dup, may contain embedded '\0'. * @return duped string. */