grammaro
authorChris Lattner <sabre@nondot.org>
Sun, 20 Sep 2009 22:45:18 +0000 (22:45 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 20 Sep 2009 22:45:18 +0000 (22:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82412 91177308-0d34-0410-b5e6-96231b3b80d8

docs/TestingGuide.html

index 9e4a40ade8d0eff93dfc34ac8d8afc2182cb99f9..28a5e8a983d91097030a2b81f52b249e1bfd8d80 100644 (file)
@@ -601,7 +601,7 @@ name="FileCheck-CHECK-NOT">The "CHECK-NOT:" directive</a></div>
 <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>