aboutsummaryrefslogtreecommitdiff
path: root/src/console_reporter.cc
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-02-10 16:13:51 -0800
committerElliott Hughes <enh@google.com>2016-02-10 16:20:05 -0800
commit930d3af052bcbe7cbea5f6c510cc7eee2c16b79b (patch)
treeec0d7ff5b33991b72aef1817153d6553427aa85d /src/console_reporter.cc
parentcd525ae85d4a46ecb2e3bdbdd1df101e48c5195e (diff)
downloadgoogle-benchmark-930d3af052bcbe7cbea5f6c510cc7eee2c16b79b.tar.gz
Fix ARM /proc/cpuinfo parsing.
Also fix related warning message typos.
Diffstat (limited to 'src/console_reporter.cc')
-rw-r--r--src/console_reporter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console_reporter.cc b/src/console_reporter.cc
index bee3c85..092936d 100644
--- a/src/console_reporter.cc
+++ b/src/console_reporter.cc
@@ -37,7 +37,7 @@ bool ConsoleReporter::ReportContext(const Context& context) {
if (context.cpu_scaling_enabled) {
std::cerr << "***WARNING*** CPU scaling is enabled, the benchmark "
- "real time measurements may be noisy and will incure extra "
+ "real time measurements may be noisy and will incur extra "
"overhead.\n";
}