summaryrefslogtreecommitdiff
path: root/docs/TestingGuide.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-20 22:45:18 +0000
committerChris Lattner <sabre@nondot.org>2009-09-20 22:45:18 +0000
commit4d0764da03b6b229c3bf26e5ac47fe82104d30d7 (patch)
tree805d3e800b76869c1d3d4ef577351dc1d76cbd67 /docs/TestingGuide.html
parent66364346e01601b3bcc97c707c030595ff6b60ec (diff)
downloadllvm-4d0764da03b6b229c3bf26e5ac47fe82104d30d7.tar.gz
llvm-4d0764da03b6b229c3bf26e5ac47fe82104d30d7.tar.bz2
llvm-4d0764da03b6b229c3bf26e5ac47fe82104d30d7.tar.xz
grammaro
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82412 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TestingGuide.html')
-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>