From: Matthieu Martin Date: Tue, 25 Oct 2016 23:50:39 +0000 (-0700) Subject: Small rewording in folly Benchmark comment X-Git-Tag: v2016.10.31.00~6 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=e0cb729e4987a1af9318a4bd915fbaf880b6e6e9 Small rewording in folly Benchmark comment Summary: A bit more clear Reviewed By: yfeldblum Differential Revision: D4075931 fbshipit-source-id: 1398500336d412b5e7663ef1e67b20a329ce2979 --- diff --git a/folly/Benchmark.h b/folly/Benchmark.h index 208bee7b..f3c3ada2 100644 --- a/folly/Benchmark.h +++ b/folly/Benchmark.h @@ -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) {