diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2017-01-14 11:37:01 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2017-01-14 11:37:01 +0000 |
commit | e6ec4418fb7099fbb439d031bc5985cc0eb1e053 (patch) | |
tree | 940d806b339a8de96425a0ca2536038adca834ff /llvm/docs/TestingGuide.rst | |
parent | 0ab3b772940e601cddc2c2ad171546b136ff04af (diff) | |
download | bcm5719-llvm-e6ec4418fb7099fbb439d031bc5985cc0eb1e053.tar.gz bcm5719-llvm-e6ec4418fb7099fbb439d031bc5985cc0eb1e053.zip |
fix some typos in the doc
llvm-svn: 292014
Diffstat (limited to 'llvm/docs/TestingGuide.rst')
-rw-r--r-- | llvm/docs/TestingGuide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/TestingGuide.rst b/llvm/docs/TestingGuide.rst index 5dac58309e4..26143febd07 100644 --- a/llvm/docs/TestingGuide.rst +++ b/llvm/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 |