diff --git a/include/spdlog/details/fast_oss.h b/include/spdlog/details/fast_oss.h index c6b8bf6b..cb7f8eb5 100644 --- a/include/spdlog/details/fast_oss.h +++ b/include/spdlog/details/fast_oss.h @@ -25,7 +25,7 @@ #pragma once // A faster-than-ostringstream class -// uses stack_buf as the underlying buffer (upto 192 bytes before using the heap) +// uses stack_buf as the underlying buffer (upto 256 bytes before using the heap) #include #include