diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-12-12 04:58:13 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-12-12 04:58:13 +0000 |
commit | 1fe9f83b522c33406dd70380ac8f3c71dd5ac51e (patch) | |
tree | 57e7514fb3dcd8a13fe6302b03c963205b2210ab | |
parent | eb8b18482560209782d1cb71e23a55578ec882fd (diff) | |
download | llvm-1fe9f83b522c33406dd70380ac8f3c71dd5ac51e.zip llvm-1fe9f83b522c33406dd70380ac8f3c71dd5ac51e.tar.gz llvm-1fe9f83b522c33406dd70380ac8f3c71dd5ac51e.tar.bz2 |
Fix typo in comment
llvm-svn: 10424
-rw-r--r-- | llvm/include/llvm/Support/GetElementPtrTypeIterator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/GetElementPtrTypeIterator.h b/llvm/include/llvm/Support/GetElementPtrTypeIterator.h index c1533e0..f0f4356 100644 --- a/llvm/include/llvm/Support/GetElementPtrTypeIterator.h +++ b/llvm/include/llvm/Support/GetElementPtrTypeIterator.h @@ -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; |