]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
talloc: Typo in func docs
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 15 Feb 2023 14:59:06 +0000 (08:59 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 19 Feb 2023 22:55:37 +0000 (16:55 -0600)
src/lib/util/talloc.c

index 8466fc3e69d8afd71584f629982f7cebeae9b4a3..e8f2048ef771c6056af613ae6160f25aa7ebd8ef 100644 (file)
@@ -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.
  */