summaryrefslogtreecommitdiff
path: root/include/llvm/Support/GetElementPtrTypeIterator.h
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-12-12 04:58:13 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-12-12 04:58:13 +0000
commit92c59d60c9ec8c0bb3989f4c08cf9d2be48c0ca5 (patch)
tree2a2700daf00f9e909f00a8ceeef6016cc38b2972 /include/llvm/Support/GetElementPtrTypeIterator.h
parent97e4acdd7bad21eac464f0573a24f91071d0612f (diff)
downloadllvm-92c59d60c9ec8c0bb3989f4c08cf9d2be48c0ca5.tar.gz
llvm-92c59d60c9ec8c0bb3989f4c08cf9d2be48c0ca5.tar.bz2
llvm-92c59d60c9ec8c0bb3989f4c08cf9d2be48c0ca5.tar.xz
Fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10424 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/GetElementPtrTypeIterator.h')
-rw-r--r--include/llvm/Support/GetElementPtrTypeIterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/GetElementPtrTypeIterator.h b/include/llvm/Support/GetElementPtrTypeIterator.h
index c1533e07b8..f0f4356116 100644
--- a/include/llvm/Support/GetElementPtrTypeIterator.h
+++ b/include/llvm/Support/GetElementPtrTypeIterator.h
@@ -24,7 +24,7 @@ namespace llvm {
: public forward_iterator<const Type *, ptrdiff_t> {
typedef forward_iterator<const Type*, ptrdiff_t> super;
- User *TheGEP; // Either GetElemenPtrInst or ConstantExpr
+ User *TheGEP; // Either GetElementPtrInst or ConstantExpr
const Type *CurTy;
unsigned Operand;