diff --git a/include/spdlog/async.h b/include/spdlog/async.h index 5e8b2e57..443758f7 100644 --- a/include/spdlog/async.h +++ b/include/spdlog/async.h @@ -51,7 +51,7 @@ inline std::shared_ptr create_async_logger(const std::string &lo return create_async::create(logger_name, std::forward(sink_args)...); } -// set global thread pool. q_size must be power of 2 +// set global thread pool. inline void init_thread_pool(size_t q_size, size_t thread_count) { using details::registry;