diff options
-rw-r--r-- | include/llvm/Support/GetElementPtrTypeIterator.h | 2 |
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; |