Load/Store Multiple:
[oota-llvm.git] / docs / TestingGuide.html
index 4d14fe4a8cfb4c80f21f7e2c37f8a17542a535fa..b048b72485a0b08ab3bf3f54c51069dce85b7523 100644 (file)
@@ -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 "&lt;PREFIX&gt;-NEXT:".  For
 example, something like this works as you'd expect:</p>