]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorNick Porter <nick@portercomputing.co.uk>
Tue, 10 Dec 2024 09:38:51 +0000 (09:38 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 10 Dec 2024 10:08:37 +0000 (10:08 +0000)
src/lib/server/cf_parse.h

index 538292f9cadde8b6f5f960368b8bfe148b9d78fa..42fcfa4cc19e91523d1c4e5392386856b40ca44b 100644 (file)
@@ -367,7 +367,7 @@ _Generic(&(_ct), \
  *
  * @param[in] _name            name of pair to search for.
  * @param[in] _type            base type to parse pair as.
- * @param[in] _flags   f       lags controlling parsing behaviour.
+ * @param[in] _flags           flags controlling parsing behaviour.
  * @param[in] _func            to use to record value.
  * @param[in] _dflt_func       to use to get defaults from a 3rd party library.
  */