Fix a typo (NFC)

llvm-svn: 268144
This commit is contained in:
Vedant Kumar 2016-04-30 00:32:54 +00:00
parent cb6ba62d6f
commit 62db78449f
1 changed files with 1 additions and 1 deletions

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> {