[llvm] baf5209 - [Docs] typo settting -> setting (#178665)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 14 14:43:21 PDT 2026
Author: cui
Date: 2026-03-14T21:43:15Z
New Revision: baf52091d879a93ed78899f5119f0f3bc94e7a41
URL: https://github.com/llvm/llvm-project/commit/baf52091d879a93ed78899f5119f0f3bc94e7a41
DIFF: https://github.com/llvm/llvm-project/commit/baf52091d879a93ed78899f5119f0f3bc94e7a41.diff
LOG: [Docs] typo settting -> setting (#178665)
Added:
Modified:
llvm/docs/TestSuiteGuide.md
Removed:
################################################################################
diff --git a/llvm/docs/TestSuiteGuide.md b/llvm/docs/TestSuiteGuide.md
index 671d6c3b3372a..cdd5ae72204ab 100644
--- a/llvm/docs/TestSuiteGuide.md
+++ b/llvm/docs/TestSuiteGuide.md
@@ -92,7 +92,7 @@ MicroBenchmarks/XRay microbenchmarks, you need to add `compiler-rt` to your
with the above `llvm-lit` command. In this case, the `results.json` file will
contain compile time metrics only (code size, llvm stats and so on).
- This mode is enabled by settting `-DTEST_SUITE_RUN_BENCHMARKS=OFF`,
+ This mode is enabled by setting `-DTEST_SUITE_RUN_BENCHMARKS=OFF`,
more details [here](common_configuration_options).
```
More information about the llvm-commits
mailing list