From: Arran Cudbard-Bell Date: Sun, 19 Feb 2023 22:45:39 +0000 (-0600) Subject: xlat: Fix func docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dfd8877a448e95f7271172d28ac58714469ab76;p=thirdparty%2Ffreeradius-server.git xlat: Fix func docs --- diff --git a/src/lib/unlang/xlat_tokenize.c b/src/lib/unlang/xlat_tokenize.c index 6f6593e7b0f..5f485545124 100644 --- a/src/lib/unlang/xlat_tokenize.c +++ b/src/lib/unlang/xlat_tokenize.c @@ -870,7 +870,7 @@ int xlat_tokenize_expansion(xlat_exp_head_t *head, fr_sbuff_t *in, * * This allows us to be smart about processing quotes within the expansions themselves. * - * @param[in] head to allocate nodes in, and where to write the first + * @param[out] head to allocate nodes in, and where to write the first * child, and where the flags are stored. * @param[in] in sbuff to parse. * @param[in] brace true if we're inside a braced expansion, else false.