diff --git a/include/spdlog/details/os-inl.h b/include/spdlog/details/os-inl.h index 5d2db635..b237adeb 100644 --- a/include/spdlog/details/os-inl.h +++ b/include/spdlog/details/os-inl.h @@ -515,7 +515,7 @@ SPDLOG_INLINE bool create_dir(filename_t path) // "abc/file" => "abc" // "abc/" => "abc" // "abc" => "" -// "abc///" => "abc" +// "abc///" => "abc//" SPDLOG_INLINE filename_t dir_name(filename_t path) { using char_type = filename_t::value_type;