From: James Molloy Date: Sat, 17 Nov 2012 17:59:44 +0000 (+0000) Subject: Typo X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ab58391a44e45874a7cf55856820af4fa8202c73;p=oota-llvm.git Typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168263 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h index 3308499192e..456c8145968 100644 --- a/include/llvm/Constants.h +++ b/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();