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 | 17ced4521f67255271df17e8d6e3e61de426371c (patch) | |
tree | 01b5298d5746c3505a389c839c26f4f604d04967 /docs/CommandGuide | |
parent | f09a03776dbbc882c9b15eeccb8ec847058fbfa0 (diff) | |
download | external_llvm-17ced4521f67255271df17e8d6e3e61de426371c.zip external_llvm-17ced4521f67255271df17e8d6e3e61de426371c.tar.gz external_llvm-17ced4521f67255271df17e8d6e3e61de426371c.tar.bz2 |
Fix a typo in FileCheck.rst
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168466 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/FileCheck.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/FileCheck.rst b/docs/CommandGuide/FileCheck.rst index ba2fe4a..5e145f6 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 |