diff options
| author | Vedant Kumar <vsk@apple.com> | 2016-04-30 00:32:54 +0000 |
|---|---|---|
| committer | Vedant Kumar <vsk@apple.com> | 2016-04-30 00:32:54 +0000 |
| commit | 62db78449fbb3beb95591929b94a0b4cef07e302 (patch) | |
| tree | 9154aabf66725e165078758aac669e73bfb3bd14 | |
| parent | cb6ba62d6fce87cc28a5076ccebe05b740d2340d (diff) | |
| download | bcm5719-llvm-62db78449fbb3beb95591929b94a0b4cef07e302.tar.gz bcm5719-llvm-62db78449fbb3beb95591929b94a0b4cef07e302.zip | |
Fix a typo (NFC)
llvm-svn: 268144
| -rw-r--r-- | llvm/include/llvm/Support/Error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/Error.h b/llvm/include/llvm/Support/Error.h index 113a123e4a5..4428afda794 100644 --- a/llvm/include/llvm/Support/Error.h +++ b/llvm/include/llvm/Support/Error.h @@ -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> { |

