Fix typo in comment
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 12 Dec 2003 04:58:13 +0000 (04:58 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 12 Dec 2003 04:58:13 +0000 (04:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10424 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/GetElementPtrTypeIterator.h

index c1533e07b8b58a03fdde02ee30e09f7cee22c52a..f0f43561162469c97616d45b726872e3283c0f79 100644 (file)
@@ -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;