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/ProgrammersManual.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/ProgrammersManual.rst')
-rw-r--r-- | llvm/docs/ProgrammersManual.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst index ffc022eef16..1c96046bf40 100644 --- a/llvm/docs/ProgrammersManual.rst +++ b/llvm/docs/ProgrammersManual.rst @@ -864,7 +864,7 @@ completing the walk over the archive they could use the ``joinErrors`` utility: The ``joinErrors`` routine builds a special error type called ``ErrorList``, which holds a list of user defined errors. The ``handleErrors`` routine -recognizes this type and will attempt to handle each of the contained erorrs in +recognizes this type and will attempt to handle each of the contained errors in order. If all contained errors can be handled, ``handleErrors`` will return ``Error::success()``, otherwise ``handleErrors`` will concatenate the remaining errors and return the resulting ``ErrorList``. |