typo
authorAndre Pinto <aap@fb.com>
Tue, 10 Feb 2015 03:01:47 +0000 (19:01 -0800)
committerSara Golemon <sgolemon@fb.com>
Wed, 11 Feb 2015 02:02:00 +0000 (18:02 -0800)
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

folly/docs/Benchmark.md

index 2d5c494904f7b9f26d861c12b4e550d6899e7403..6ac92df0e93667b13b7060466dbdabee5a4b42fd 100644 (file)
@@ -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: