From ec4ed98855ef6d22a9fe4e982e655078adc59544 Mon Sep 17 00:00:00 2001 From: gabi Date: Mon, 3 Nov 2014 09:06:02 +0200 Subject: [PATCH] comment fix --- include/spdlog/details/fast_oss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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