Small rewording in folly Benchmark comment
authorMatthieu Martin <matthieu@fb.com>
Tue, 25 Oct 2016 23:50:39 +0000 (16:50 -0700)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Tue, 25 Oct 2016 23:53:50 +0000 (16:53 -0700)
Summary: A bit more clear

Reviewed By: yfeldblum

Differential Revision: D4075931

fbshipit-source-id: 1398500336d412b5e7663ef1e67b20a329ce2979

folly/Benchmark.h

index 208bee7b22f01022633734975853f7335a4141fc..f3c3ada248155b7a789faa62fe255042d2f4862e 100644 (file)
@@ -423,7 +423,7 @@ void doNotOptimizeAway(T&& datum) {
 /**
  * Just like BENCHMARK, but prints the time relative to a
  * baseline. The baseline is the most recent BENCHMARK() seen in
- * lexical order. Example:
+ * the current scope. Example:
  *
  * // This is the baseline
  * BENCHMARK(insertVectorBegin, n) {