[llvm] r268144 - Fix a typo (NFC)
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 29 17:32:54 PDT 2016
Author: vedantk
Date: Fri Apr 29 19:32:54 2016
New Revision: 268144
URL: http://llvm.org/viewvc/llvm-project?rev=268144&view=rev
Log:
Fix a typo (NFC)
Modified:
llvm/trunk/include/llvm/Support/Error.h
Modified: llvm/trunk/include/llvm/Support/Error.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Error.h?rev=268144&r1=268143&r2=268144&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Error.h (original)
+++ llvm/trunk/include/llvm/Support/Error.h Fri Apr 29 19:32:54 2016
@@ -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> {
More information about the llvm-commits
mailing list