summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJames Molloy <james.molloy@arm.com>2012-11-17 17:59:44 +0000
committerJames Molloy <james.molloy@arm.com>2012-11-17 17:59:44 +0000
commitab58391a44e45874a7cf55856820af4fa8202c73 (patch)
tree09644163bc8b3a8b4595e2d50a7a5aee4d7d042a /include
parentb9478c2aef060aa6b0ede41c05859c34b1527bf8 (diff)
downloadllvm-ab58391a44e45874a7cf55856820af4fa8202c73.tar.gz
llvm-ab58391a44e45874a7cf55856820af4fa8202c73.tar.bz2
llvm-ab58391a44e45874a7cf55856820af4fa8202c73.tar.xz
Typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168263 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h
index 3308499192..456c814596 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();