summaryrefslogtreecommitdiff
path: root/docs/TestingGuide.rst
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2017-01-14 11:37:01 +0000
committerSylvestre Ledru <sylvestre@debian.org>2017-01-14 11:37:01 +0000
commit1d6becb4233d21085e2250207763ee3a930692af (patch)
treed756657c70008c6d95ba4dac7932a2dce18033e8 /docs/TestingGuide.rst
parentd4a4367ac01ada009564f9c208390f09ebfc3f63 (diff)
fix some typos in the doc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292014 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TestingGuide.rst')
-rw-r--r--docs/TestingGuide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TestingGuide.rst b/docs/TestingGuide.rst
index 5dac58309e4..26143febd07 100644
--- a/docs/TestingGuide.rst
+++ b/docs/TestingGuide.rst
@@ -313,7 +313,7 @@ default outputs a ``ModuleID``:
ret i32 0
}
-``ModuleID`` can unexpetedly match against ``CHECK`` lines. For example:
+``ModuleID`` can unexpectedly match against ``CHECK`` lines. For example:
.. code-block:: llvm