]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Correct comment
authorNick Porter <nick@portercomputing.co.uk>
Fri, 29 Aug 2025 13:37:16 +0000 (14:37 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 29 Aug 2025 13:37:16 +0000 (14:37 +0100)
src/lib/server/trunk.c

index f9e4952f34e9c1cd422b758e46d14224a68af724..a776b6d812c82dcd4fad2874c83b1626c172476e 100644 (file)
@@ -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)