Fix a typo (NFC)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268144 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vedant Kumar 2016-04-30 00:32:54 +00:00
parent 6ab99c7ca6
commit 9759276c58

View File

@ -87,7 +87,7 @@ private:
/// without testing the return value will raise a runtime error, even if foo
/// returns success.
///
/// For Error instances representing failure, you must use the either the
/// For Error instances representing failure, you must use either the
/// handleErrors or handleAllErrors function with a typed handler. E.g.:
///
/// class MyErrorInfo : public ErrorInfo<MyErrorInfo> {