From: James Molloy Date: Sat, 17 Nov 2012 17:59:44 +0000 (+0000) Subject: Typo X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2794fcd61161882489741b4dc439cd8b9f2e6afe;p=platform%2Fupstream%2Fllvm.git Typo llvm-svn: 168263 --- diff --git a/llvm/include/llvm/Constants.h b/llvm/include/llvm/Constants.h index 3308499..456c814 100644 --- a/llvm/include/llvm/Constants.h +++ b/llvm/include/llvm/Constants.h @@ -1082,7 +1082,7 @@ public: /// A better approach to this could be to have a constructor for Instruction /// which would take a ConstantExpr parameter, but that would have spread /// implementation details of ConstantExpr outside of Constants.cpp, which - /// would make it harded to remove ConstantExprs altogether + /// would make it harder to remove ConstantExprs altogether /// (http://llvm.org/bugs/show_bug.cgi?id=10368). Instruction *getAsInstruction();