Typo.
authorChad Rosier <mcrosier@apple.com>
Thu, 11 Aug 2011 00:22:48 +0000 (00:22 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 11 Aug 2011 00:22:48 +0000 (00:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137286 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Value.h

index 9d274db1a8a33a52284ab94cc2c5828575f14a91..a71e2fdefd72a625c76cd3df74f74b4b3cd8831d 100644 (file)
@@ -183,7 +183,7 @@ public:
   bool isUsedInBasicBlock(const BasicBlock *BB) const;
 
   /// getNumUses - This method computes the number of uses of this Value.  This
-  /// is a linear time operation.  Use hasOneUse, hasNUses, or hasMoreThanNUses
+  /// is a linear time operation.  Use hasOneUse, hasNUses, or hasNUsesOrMore
   /// to check for specific values.
   unsigned getNumUses() const;