From 9759276c58633c8e918f45a7deb7b8e5335c77c1 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Sat, 30 Apr 2016 00:32:54 +0000 Subject: [PATCH] Fix a typo (NFC) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268144 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.11.0