diff --git a/include/fmt/chrono.h b/include/fmt/chrono.h index f992fe5e..ade6ec0a 100644 --- a/include/fmt/chrono.h +++ b/include/fmt/chrono.h @@ -519,7 +519,7 @@ auto to_time_t(sys_time time_point) -> std::time_t { .count(); } -// Workaround a bug in libstc++ which sets __cpp_lib_chrono to 201907 without +// Workaround a bug in libstdc++ which sets __cpp_lib_chrono to 201907 without // providing current_zone(): https://github.com/fmtlib/fmt/issues/4160. template FMT_CONSTEXPR auto has_current_zone() -> bool { using namespace std::chrono;