[llvm] 70b3950 - [FileCheck][docs] Fix word errors
Thomas Preud'homme via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 25 01:54:20 PDT 2020
Author: Yang Zhihui
Date: 2020-08-25T09:53:52+01:00
New Revision: 70b39506a1a68f16e4d59f998c6a099f98363964
URL: https://github.com/llvm/llvm-project/commit/70b39506a1a68f16e4d59f998c6a099f98363964
DIFF: https://github.com/llvm/llvm-project/commit/70b39506a1a68f16e4d59f998c6a099f98363964.diff
LOG: [FileCheck][docs] Fix word errors
ouput -> output
Reviewed By: thopre
Differential Revision: https://reviews.llvm.org/D86504
Added:
Modified:
llvm/docs/CommandGuide/FileCheck.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/FileCheck.rst b/llvm/docs/CommandGuide/FileCheck.rst
index 80c48534959e..088c141f8977 100644
--- a/llvm/docs/CommandGuide/FileCheck.rst
+++ b/llvm/docs/CommandGuide/FileCheck.rst
@@ -430,7 +430,7 @@ from ``baz``. To fix this, you could add ``CHECK-NEXT`` matchers for every
CHECK: Value:
CHECK-SAME: {{ 1$}}
-This verifies that the *next* time "``Value:``" appears in the ouput, it has
+This verifies that the *next* time "``Value:``" appears in the output, it has
the value ``1``.
Note: a "``CHECK-SAME:``" cannot be the first directive in a file.
More information about the llvm-commits
mailing list