]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix typos to keep doxygen happy
authorAlan T. DeKok <aland@freeradius.org>
Tue, 21 Feb 2023 22:39:02 +0000 (17:39 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 21 Feb 2023 22:39:02 +0000 (17:39 -0500)
src/lib/server/cf_parse.h

index a949cd412a5bf2b533ea14e1ed1ca9a503bbed04..952f0bed0623feea6d30e6909ca7ba19ecda9735 100644 (file)
@@ -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.