clang-tidy: apply suggested fixes
[lttng-tools.git] / src / vendor / fmt / core.h
index 2eff064cd363756bc63e5018fdc73f75da04f0a4..bdac834d231c4a88adf965db723a5a945656cbd1 100644 (file)
@@ -595,7 +595,7 @@ enum class type {
   custom_type
 };
 
-// Maps core type T to the corresponding type enum constant.
+// Maps core type T to the corresponding type constant.
 template <typename T, typename Char>
 struct type_constant : std::integral_constant<type, type::custom_type> {};
 
This page took 0.023458 seconds and 4 git commands to generate.