[llvm-commits] [llvm] r82412 - /llvm/trunk/docs/TestingGuide.html

Chris Lattner sabre at nondot.org
Sun Sep 20 15:45:19 PDT 2009


Author: lattner
Date: Sun Sep 20 17:45:18 2009
New Revision: 82412

URL: http://llvm.org/viewvc/llvm-project?rev=82412&view=rev
Log:
grammaro

Modified:
    llvm/trunk/docs/TestingGuide.html

Modified: llvm/trunk/docs/TestingGuide.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TestingGuide.html?rev=82412&r1=82411&r2=82412&view=diff

==============================================================================
--- llvm/trunk/docs/TestingGuide.html (original)
+++ llvm/trunk/docs/TestingGuide.html Sun Sep 20 17:45:18 2009
@@ -601,7 +601,7 @@
 <div class="doc_text">
 
 <p>The CHECK-NOT: directive is used to verify that a string doesn't occur
-between two matches (or the first matches and the beginning of the file).  For
+between two matches (or the first match and the beginning of the file).  For
 example, to verify that a load is removed by a transformation, a test like this
 can be used:</p>
 





More information about the llvm-commits mailing list