Skip to content

Commit

Permalink
Fix a typo in FileCheck.rst
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168466 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
eliben committed Nov 21, 2012
1 parent f09a037 commit 17ced45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CommandGuide/FileCheck.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17ced45

Please sign in to comment.