From: Alan T. DeKok Date: Wed, 26 Nov 2025 19:36:27 +0000 (-0500) Subject: fix comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c23f2ffa008a5b684c2b8813fd74cc8a98612e9;p=thirdparty%2Ffreeradius-server.git fix comment --- diff --git a/src/lib/util/dict_util.c b/src/lib/util/dict_util.c index 92ed399eac5..a4e70d844af 100644 --- a/src/lib/util/dict_util.c +++ b/src/lib/util/dict_util.c @@ -5186,7 +5186,7 @@ bool fr_dict_attr_can_contain(fr_dict_attr_t const *parent, fr_dict_attr_t const if (child->flags.is_raw) return true; /* let people do stupid things */ /* - * Only structural types or key fields can have children. + * Only structural types can have children. */ if (!fr_type_structural[parent->type]) return false;