Fix a typo, NFC

llvm-svn: 268311
This commit is contained in:
Vedant Kumar 2016-05-02 21:32:07 +00:00
parent 6d0cd2b62b
commit 58d1cd39be
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ private:
///
/// auto E = foo(<...>); // <- foo returns failure with MyErrorInfo.
/// auto NewE =
/// checkErrors(E,
/// handleErrors(E,
/// [](const MyErrorInfo &M) {
/// // Deal with the error.
/// },