Fix a copy+paste error in a comment.

llvm-svn: 49820
This commit is contained in:
Dan Gohman 2008-04-16 21:57:29 +00:00
parent d634dfae0f
commit 5afb42a41d
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ public:
_Self tmp = *this; ++*this; return tmp;
}
// Retrieve a reference to the current SCC
// Retrieve a reference to the current User
UserTy *operator*() const {
assert(U && "Cannot increment end iterator!");
return U->getUser();