Fix a copy+paste error in a comment.
authorDan Gohman <gohman@apple.com>
Wed, 16 Apr 2008 21:57:29 +0000 (21:57 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 16 Apr 2008 21:57:29 +0000 (21:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49820 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Use.h

index 14d90cc6315001055d51e15eab29e26d891f0c97..e050743ffdb0c3737c22a6e28cd16c8e94db2c28 100644 (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();