Fix typo in comment

llvm-svn: 10424
This commit is contained in:
Brian Gaeke 2003-12-12 04:58:13 +00:00
parent eb8b184825
commit 1fe9f83b52
1 changed files with 1 additions and 1 deletions

View 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;