aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-05-22 10:37:27 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-05-22 10:37:27 -0700
commit1d780fd3df602d5291ad30d52fd5360810a3ac03 (patch)
tree63eca8aee4007f1d1872fa76d8dcaedd0652882d /test/cpp
parentf526bd487aaffa27e72f855256126a1c33a9fc81 (diff)
Fixed typo
Diffstat (limited to 'test/cpp')
-rw-r--r--test/cpp/util/benchmark_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/util/benchmark_config.h b/test/cpp/util/benchmark_config.h
index 9e98dc3550..6b308a15ff 100644
--- a/test/cpp/util/benchmark_config.h
+++ b/test/cpp/util/benchmark_config.h
@@ -46,7 +46,7 @@ void InitBenchmark(int* argc, char*** argv, bool remove_flags);
/** Returns the benchmark Reporter instance.
*
- * The returned instane will take care of generating reports for all the actual
+ * The returned instance will take care of generating reports for all the actual
* reporters configured via the "enable_*_reporter" command line flags (see
* benchmark_config.cc). */
std::shared_ptr<Reporter> GetReporter();