diff options
author | Eli Bendersky <eliben@google.com> | 2012-11-21 22:40:52 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2012-11-21 22:40:52 +0000 |
commit | 2fef6b6a1eb99cd75846a8ef22c9e0b36b3806c7 (patch) | |
tree | 1a1fb2dab0841059a2b7d0656f52c396d5e32255 /llvm/docs/CommandGuide/FileCheck.rst | |
parent | 736f7fbee236c3c0aa4722ebdde5ff5dc5868bf2 (diff) | |
download | bcm5719-llvm-2fef6b6a1eb99cd75846a8ef22c9e0b36b3806c7.tar.gz bcm5719-llvm-2fef6b6a1eb99cd75846a8ef22c9e0b36b3806c7.zip |
Fix a typo in FileCheck.rst
llvm-svn: 168466
Diffstat (limited to 'llvm/docs/CommandGuide/FileCheck.rst')
-rw-r--r-- | llvm/docs/CommandGuide/FileCheck.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/FileCheck.rst b/llvm/docs/CommandGuide/FileCheck.rst index ba2fe4ad9c1..5e145f620f1 100644 --- a/llvm/docs/CommandGuide/FileCheck.rst +++ b/llvm/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 |