summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/TestingGuide.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html
index 9e4a40ade8..28a5e8a983 100644
--- a/docs/TestingGuide.html
+++ b/docs/TestingGuide.html
@@ -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>