From e3abf21a2d753632f35626320adb4753a33dac48 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Wed, 21 Nov 2012 22:40:52 +0000 Subject: [PATCH] Fix a typo in FileCheck.rst llvm-svn: 168466 --- docs/CommandGuide/FileCheck.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CommandGuide/FileCheck.rst b/docs/CommandGuide/FileCheck.rst index ba2fe4ad9c1..5e145f620f1 100644 --- a/docs/CommandGuide/FileCheck.rst +++ b/docs/CommandGuide/FileCheck.rst @@ -168,7 +168,7 @@ For example, something like this works as you'd expect: } "``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