diff options
author | Duncan Sands <baldrick@free.fr> | 2011-02-15 09:23:02 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2011-02-15 09:23:02 +0000 |
commit | 75b5d27b84fd062aaa7ee81667c2b579981c107c (patch) | |
tree | 584ff280855b7f364f34c84c5611c233e0ea894a /llvm/docs/TestingGuide.html | |
parent | e3dc1707b530dd264417390f1510c99c166eb103 (diff) | |
download | bcm5719-llvm-75b5d27b84fd062aaa7ee81667c2b579981c107c.tar.gz bcm5719-llvm-75b5d27b84fd062aaa7ee81667c2b579981c107c.zip |
Spelling fix: consequtive -> consecutive.
llvm-svn: 125563
Diffstat (limited to 'llvm/docs/TestingGuide.html')
-rw-r--r-- | llvm/docs/TestingGuide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index 4d14fe4a8cf..b048b72485a 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/docs/TestingGuide.html @@ -604,7 +604,7 @@ name="FileCheck-CHECK-NEXT">The "CHECK-NEXT:" directive</a></div> <div class="doc_text"> <p>Sometimes you want to match lines and would like to verify that matches -happen on exactly consequtive lines with no other lines in between them. In +happen on exactly consecutive lines with no other lines in between them. In this case, you can use CHECK: and CHECK-NEXT: directives to specify this. If you specified a custom check prefix, just use "<PREFIX>-NEXT:". For example, something like this works as you'd expect:</p> |