diff --git a/include/llvm/Support/GetElementPtrTypeIterator.h b/include/llvm/Support/GetElementPtrTypeIterator.h index c1533e07b8b..f0f43561162 100644 --- a/include/llvm/Support/GetElementPtrTypeIterator.h +++ b/include/llvm/Support/GetElementPtrTypeIterator.h @@ -24,7 +24,7 @@ namespace llvm { : public forward_iterator { typedef forward_iterator super; - User *TheGEP; // Either GetElemenPtrInst or ConstantExpr + User *TheGEP; // Either GetElementPtrInst or ConstantExpr const Type *CurTy; unsigned Operand;