[PATCH] D86504: Fix word errors

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 25 01:54:33 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG70b39506a1a6: [FileCheck][docs] Fix word errors (authored by YangZhihui, committed by thopre).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86504/new/

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.287596.patch
Type: text/x-patch
Size: 515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200825/b4ac7731/attachment.bin>


More information about the llvm-commits mailing list