mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 14:10:41 +00:00
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:
parent
6ab99c7ca6
commit
9759276c58
@ -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