From e0cb729e4987a1af9318a4bd915fbaf880b6e6e9 Mon Sep 17 00:00:00 2001 From: Matthieu Martin Date: Tue, 25 Oct 2016 16:50:39 -0700 Subject: [PATCH] Small rewording in folly Benchmark comment Summary: A bit more clear Reviewed By: yfeldblum Differential Revision: D4075931 fbshipit-source-id: 1398500336d412b5e7663ef1e67b20a329ce2979 --- folly/Benchmark.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.34.1