From: Brian Gaeke Date: Fri, 12 Dec 2003 04:58:13 +0000 (+0000) Subject: Fix typo in comment X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=92c59d60c9ec8c0bb3989f4c08cf9d2be48c0ca5;p=oota-llvm.git Fix typo in comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10424 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;