diff options
Diffstat (limited to '3rdparty/benchmark/src/console_reporter.cc')
-rw-r--r-- | 3rdparty/benchmark/src/console_reporter.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/benchmark/src/console_reporter.cc b/3rdparty/benchmark/src/console_reporter.cc index bee3c8576c0..092936d5935 100644 --- a/3rdparty/benchmark/src/console_reporter.cc +++ b/3rdparty/benchmark/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"; } |