summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/benchmark/src/csv_reporter.cc
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/benchmark/src/csv_reporter.cc')
-rw-r--r--3rdparty/benchmark/src/csv_reporter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/benchmark/src/csv_reporter.cc b/3rdparty/benchmark/src/csv_reporter.cc
index a83694338bd..d78a9dfb267 100644
--- a/3rdparty/benchmark/src/csv_reporter.cc
+++ b/3rdparty/benchmark/src/csv_reporter.cc
@@ -34,7 +34,7 @@ bool CSVReporter::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";
}