From: Chris Gyurgyik <37983775+cgyurgyik@users.noreply.github.com> Date: Fri, 14 Aug 2020 12:34:42 +0000 (-0400) Subject: [libc] [obvious] Fix typographical error. X-Git-Tag: llvmorg-13-init~14704 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d28f67292e04bde4b91146c342d27f989eeb5020;p=platform%2Fupstream%2Fllvm.git [libc] [obvious] Fix typographical error. --- diff --git a/libc/benchmarks/LibcBenchmark.h b/libc/benchmarks/LibcBenchmark.h index 46db9a1..e2d01dc 100644 --- a/libc/benchmarks/LibcBenchmark.h +++ b/libc/benchmarks/LibcBenchmark.h @@ -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.