From 47e695d2fc46238c41e1c36801503c338b0025a4 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Thu, 29 Jan 2015 12:18:27 +0200 Subject: [PATCH] Update common.h --- include/spdlog/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 45466ef6..23c91947 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -36,7 +36,7 @@ #define SPDLOG_NOEXCEPT #endif -// under linux, use the much faster CLOCK_REALTIME_COARSE clock. +// under linux, you can use the much faster CLOCK_REALTIME_COARSE clock. // this clock is less accurate - can be off by few millis - depending on the kernel HZ // uncomment to use it instead of the regular (and slower) clock