address review comments
diff --git a/cmake/steady_clock.cpp b/cmake/steady_clock.cpp
index 4aa72a6..66d50d1 100644
--- a/cmake/steady_clock.cpp
+++ b/cmake/steady_clock.cpp
@@ -4,4 +4,4 @@
typedef std::chrono::steady_clock Clock;
Clock::time_point tp = Clock::now();
((void)tp);
-}
\ No newline at end of file
+}
diff --git a/src/reporter.cc b/src/reporter.cc
index 1d168e0..d701ca8 100644
--- a/src/reporter.cc
+++ b/src/reporter.cc
@@ -103,7 +103,8 @@
if (context.cpu_scaling_enabled) {
fprintf(stdout, "***WARNING*** CPU scaling is enabled, the benchmark "
- "timings may be noisy and will incure extra overhead.\n");
+ "real time measurements may be noisy and will incure extra "
+ "overhead.\n");
}
#ifndef NDEBUG