From: Nick Porter Date: Fri, 29 Aug 2025 13:37:16 +0000 (+0100) Subject: Correct comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99cf3c758b5995eb4635b5360835f71a19bf298c;p=thirdparty%2Ffreeradius-server.git Correct comment --- diff --git a/src/lib/server/trunk.c b/src/lib/server/trunk.c index f9e4952f34e..a776b6d812c 100644 --- a/src/lib/server/trunk.c +++ b/src/lib/server/trunk.c @@ -5031,7 +5031,7 @@ trunk_t *trunk_alloc(TALLOC_CTX *ctx, fr_event_list_t *el, return trunk; } -/** Find check for a module trigger section when parsing the `triggers` option. +/** Check for a module trigger section when parsing the `triggers` option. * */ int trunk_trigger_cf_parse(TALLOC_CTX *ctx, void *out, void *parent, CONF_ITEM *ci, conf_parser_t const *rule)