From: Andre Pinto Date: Tue, 10 Feb 2015 03:01:47 +0000 (-0800) Subject: typo X-Git-Tag: v0.25.0~8 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2a9f8165839e9b9e44ee2822046e6829ee161f43;p=folly.git typo Summary: Correct typo on docs. Test Plan: N/A Reviewed By: alikhtarov@fb.com Subscribers: folly-diffs@, yfeldblum FB internal diff: D1836264 Signature: t1:1836264:1423527402:4e5f263f446346f7145c33c671f0b9e694db15fd --- diff --git a/folly/docs/Benchmark.md b/folly/docs/Benchmark.md index 2d5c4949..6ac92df0 100644 --- a/folly/docs/Benchmark.md +++ b/folly/docs/Benchmark.md @@ -195,7 +195,7 @@ measurements in any way. ### Suspending a benchmark *** -Sometimes benchmarking code must to some preparation work that is +Sometimes benchmarking code must do some preparation work that is physically inside the benchmark function, but should not take part to its time budget. To temporarily suspend the benchmark, use the pseudo-statement `BENCHMARK_SUSPEND` as follows: