[llvm-commits] CVS: llvm/include/llvm/Support/GetElementPtrTypeIterator.h

Brian Gaeke gaeke at cs.uiuc.edu
Thu Dec 11 22:59:01 PST 2003


Changes in directory llvm/include/llvm/Support:

GetElementPtrTypeIterator.h updated: 1.3 -> 1.4

---
Log message:

Fix typo in comment


---
Diffs of the changes:  (+1 -1)

Index: llvm/include/llvm/Support/GetElementPtrTypeIterator.h
diff -u llvm/include/llvm/Support/GetElementPtrTypeIterator.h:1.3 llvm/include/llvm/Support/GetElementPtrTypeIterator.h:1.4
--- llvm/include/llvm/Support/GetElementPtrTypeIterator.h:1.3	Tue Nov 25 14:17:49 2003
+++ llvm/include/llvm/Support/GetElementPtrTypeIterator.h	Thu Dec 11 22:58:13 2003
@@ -24,7 +24,7 @@
     : 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;
     





More information about the llvm-commits mailing list