From: Vedant Kumar Date: Sat, 30 Apr 2016 00:32:54 +0000 (+0000) Subject: Fix a typo (NFC) X-Git-Tag: android-x86-7.1-r4~34251 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9759276c58633c8e918f45a7deb7b8e5335c77c1;p=android-x86%2Fexternal-llvm.git Fix a typo (NFC) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268144 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/Error.h b/include/llvm/Support/Error.h index 113a123e4a5..4428afda794 100644 --- a/include/llvm/Support/Error.h +++ b/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 {