[llvm-commits] [llvm] r49820 - /llvm/trunk/include/llvm/Use.h

Dan Gohman gohman at apple.com
Wed Apr 16 14:57:30 PDT 2008


Author: djg
Date: Wed Apr 16 16:57:29 2008
New Revision: 49820

URL: http://llvm.org/viewvc/llvm-project?rev=49820&view=rev
Log:
Fix a copy+paste error in a comment.

Modified:
    llvm/trunk/include/llvm/Use.h

Modified: llvm/trunk/include/llvm/Use.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Use.h?rev=49820&r1=49819&r2=49820&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Use.h (original)
+++ llvm/trunk/include/llvm/Use.h Wed Apr 16 16:57:29 2008
@@ -136,7 +136,7 @@
     _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();





More information about the llvm-commits mailing list