[llvm] 34b0a99 - [Docs][FileCheck] Small fix.
    Mircea Trofin via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Nov  3 07:10:08 PST 2020
    
    
  
Author: Mircea Trofin
Date: 2020-11-03T07:08:51-08:00
New Revision: 34b0a99cce8143be8a9bea8677b4cccece74264b
URL: https://github.com/llvm/llvm-project/commit/34b0a99cce8143be8a9bea8677b4cccece74264b
DIFF: https://github.com/llvm/llvm-project/commit/34b0a99cce8143be8a9bea8677b4cccece74264b.diff
LOG: [Docs][FileCheck] Small fix.
Added: 
    
Modified: 
    llvm/docs/CommandGuide/FileCheck.rst
Removed: 
    
################################################################################
diff  --git a/llvm/docs/CommandGuide/FileCheck.rst b/llvm/docs/CommandGuide/FileCheck.rst
index d76ad4dc75ad..bf8147abf0a3 100644
--- a/llvm/docs/CommandGuide/FileCheck.rst
+++ b/llvm/docs/CommandGuide/FileCheck.rst
@@ -69,7 +69,7 @@ and from the command line.
  This option controls the behavior when using more than one prefix as specified
  by :option:`--check-prefix` or :option:`--check-prefixes`, and some of these
  prefixes are missing in the test file. If true, this is allowed, if false,
- FileCheck will report error, listing the missing prefixes.
+ FileCheck will report an error, listing the missing prefixes.
 
  It is currently, temporarily, true by default, and will be subsequently
  switched to false.
        
    
    
More information about the llvm-commits
mailing list