Typo
authorJames Molloy <james.molloy@arm.com>
Sat, 17 Nov 2012 17:59:44 +0000 (17:59 +0000)
committerJames Molloy <james.molloy@arm.com>
Sat, 17 Nov 2012 17:59:44 +0000 (17:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168263 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Constants.h

index 3308499192edb6d94df650ea43556a836f182e20..456c814596870e09ad758bc94bb905fc97e3428f 100644 (file)
@@ -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();