1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Fix a typo, NFC

llvm-svn: 268311
This commit is contained in:
Vedant Kumar 2016-05-02 21:32:07 +00:00
parent 116d17f711
commit e07e00e4e7

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.
/// },