[libc] [obvious] Fix typographical error.
authorChris Gyurgyik <37983775+cgyurgyik@users.noreply.github.com>
Fri, 14 Aug 2020 12:34:42 +0000 (08:34 -0400)
committerGitHub <noreply@github.com>
Fri, 14 Aug 2020 12:34:42 +0000 (08:34 -0400)
libc/benchmarks/LibcBenchmark.h

index 46db9a1..e2d01dc 100644 (file)
@@ -69,7 +69,7 @@ struct BenchmarkOptions {
   uint32_t MinSamples = 4;
   // The maximum number of samples.
   uint32_t MaxSamples = 1000;
-  // The benchmark will stop is the relative difference between the current and
+  // The benchmark will stop if the relative difference between the current and
   // the last estimation is less than epsilon. This is 1% by default.
   double Epsilon = 0.01;
   // The number of iterations grows exponentially between each sample.