[llvm-commits] [llvm] r168466 - /llvm/trunk/docs/CommandGuide/FileCheck.rst

Eli Bendersky eliben at google.com
Wed Nov 21 14:40:52 PST 2012


Author: eliben
Date: Wed Nov 21 16:40:52 2012
New Revision: 168466

URL: http://llvm.org/viewvc/llvm-project?rev=168466&view=rev
Log:
Fix a typo in FileCheck.rst

Modified:
    llvm/trunk/docs/CommandGuide/FileCheck.rst

Modified: llvm/trunk/docs/CommandGuide/FileCheck.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/FileCheck.rst?rev=168466&r1=168465&r2=168466&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/FileCheck.rst (original)
+++ llvm/trunk/docs/CommandGuide/FileCheck.rst Wed Nov 21 16:40:52 2012
@@ -168,7 +168,7 @@
    }
 
 "``CHECK-NEXT:``" directives reject the input unless there is exactly one
-newline between it an the previous directive.  A "``CHECK-NEXT:``" cannot be
+newline between it and the previous directive.  A "``CHECK-NEXT:``" cannot be
 the first directive in a file.
 
 The "CHECK-NOT:" directive





More information about the llvm-commits mailing list