[PATCH] D86504: Fix word errors

YangZhihui via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 19:36:12 PDT 2020


YangZhihui created this revision.
YangZhihui added a reviewer: rupprecht.
Herald added subscribers: llvm-commits, thopre.
Herald added a project: LLVM.
YangZhihui requested review of this revision.

ouput -> output


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86504

Files:
  llvm/docs/CommandGuide/FileCheck.rst


Index: llvm/docs/CommandGuide/FileCheck.rst
===================================================================
--- llvm/docs/CommandGuide/FileCheck.rst
+++ llvm/docs/CommandGuide/FileCheck.rst
@@ -430,7 +430,7 @@
    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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86504.287550.patch
Type: text/x-patch
Size: 515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200825/c3edc98e/attachment.bin>


More information about the llvm-commits mailing list