[libc-commits] [libc] d28f672 - [libc] [obvious] Fix typographical error.
via libc-commits
libc-commits at lists.llvm.org
Fri Aug 14 05:34:46 PDT 2020
Author: Chris Gyurgyik
Date: 2020-08-14T08:34:42-04:00
New Revision: d28f67292e04bde4b91146c342d27f989eeb5020
URL: https://github.com/llvm/llvm-project/commit/d28f67292e04bde4b91146c342d27f989eeb5020
DIFF: https://github.com/llvm/llvm-project/commit/d28f67292e04bde4b91146c342d27f989eeb5020.diff
LOG: [libc] [obvious] Fix typographical error.
Added:
Modified:
libc/benchmarks/LibcBenchmark.h
Removed:
################################################################################
diff --git a/libc/benchmarks/LibcBenchmark.h b/libc/benchmarks/LibcBenchmark.h
index 46db9a1d0b62..e2d01dc7f91f 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
diff erence between the current and
+ // The benchmark will stop if the relative
diff erence 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.
More information about the libc-commits
mailing list