]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix typo in comment
authorCatalina Pineros <catalina.pineros@inkbridge.io>
Fri, 13 Mar 2026 18:46:31 +0000 (14:46 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 15 Mar 2026 02:18:23 +0000 (22:18 -0400)
src/lib/server/tmpl_tokenize.c

index 262199d2eabd882f9064d387c439d28b5479be0a..cd24da37c62f6b63ba58d5634cd922c283fc911b 100644 (file)
@@ -2796,7 +2796,7 @@ static fr_slen_t tmpl_afrom_ipv4_substr(TALLOC_CTX *ctx, tmpl_t **out, fr_sbuff_
  * @param[in] in               sbuff to parse.
  * @param[in] p_rules          formatting rules.
  * @return
- *     - < 0 sbuff does not contain an IPv4 address or prefix.
+ *     - < 0 sbuff does not contain an IPv6 address or prefix.
  *     - > 0 how many bytes were parsed.
  */
 static fr_slen_t tmpl_afrom_ipv6_substr(TALLOC_CTX *ctx, tmpl_t **out, fr_sbuff_t *in,