mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Fix a typo (NFC)
llvm-svn: 268144
This commit is contained in:
parent
51b37329c1
commit
0410c940f8
@ -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> {
|
||||
|
Loading…
Reference in New Issue
Block a user