From: Alan T. DeKok Date: Tue, 21 Feb 2023 22:39:02 +0000 (-0500) Subject: fix typos to keep doxygen happy X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3fd79bcff6c5605699c7f088ce189148ab74947;p=thirdparty%2Ffreeradius-server.git fix typos to keep doxygen happy --- diff --git a/src/lib/server/cf_parse.h b/src/lib/server/cf_parse.h index a949cd412a5..952f0bed062 100644 --- a/src/lib/server/cf_parse.h +++ b/src/lib/server/cf_parse.h @@ -83,10 +83,10 @@ typedef void _mismatch_default; //!< Dummy type used to indicate FR_TYPE_*/C ty typedef void conf_type_mismatch; //!< Dummy type used to indicate FR_TYPE_*/C type mismatch. typedef void conf_type_invalid; //!< Dummy type used to indicate invalid FR_TYPE_*. -/** Check the type #_t matches the destination data type +/** Check the #fr_type_t matches the destination data type * * Validation macro to check the type of the pointer or offset #_p passed in - * matches the type #_t of the configuration item. + * matches the #fr_type_t of the configuration item. * * Uses various magic builtin precompilation functions, so will likely only * work with recent versions of clang and gcc.