aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/FileCheck.rst
diff options
context:
space:
mode:
authorYang Zhihui <yangzh.fnst@cn.fujitsu.com>2020-08-25 09:41:19 +0100
committerThomas Preud'homme <thomasp@graphcore.ai>2020-08-25 09:53:52 +0100
commit70b39506a1a68f16e4d59f998c6a099f98363964 (patch)
treeeccd0269ef611d1413956d93788412e0938e577e /llvm/docs/CommandGuide/FileCheck.rst
parent3ff4d75c9cbffb12c5c690c389e3977ea6811042 (diff)
downloadllvm-70b39506a1a68f16e4d59f998c6a099f98363964.zip
llvm-70b39506a1a68f16e4d59f998c6a099f98363964.tar.gz
llvm-70b39506a1a68f16e4d59f998c6a099f98363964.tar.bz2
[FileCheck][docs] Fix word errors
ouput -> output Reviewed By: thopre Differential Revision: https://reviews.llvm.org/D86504
Diffstat (limited to 'llvm/docs/CommandGuide/FileCheck.rst')
-rw-r--r--llvm/docs/CommandGuide/FileCheck.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/FileCheck.rst b/llvm/docs/CommandGuide/FileCheck.rst
index 80c4853..088c141 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.