We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9aafa commit 4b13b3dCopy full SHA for 4b13b3d
docs/user_guide.md
@@ -861,7 +861,7 @@ BENCHMARK(BM_OpenMP)->Range(8, 8<<10);
861
862
// Measure the user-visible time, the wall clock (literally, the time that
863
// has passed on the clock on the wall), use it to decide for how long to
864
-// run the benchmark loop. This will always be meaningful, an will match the
+// run the benchmark loop. This will always be meaningful, and will match the
865
// time spent by the main thread in single-threaded case, in general decreasing
866
// with the number of internal threads doing the work.
867
BENCHMARK(BM_OpenMP)->Range(8, 8<<10)->UseRealTime();
0 commit comments