IR: Fix comment from r213824
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Thu, 24 Jul 2014 02:56:59 +0000 (02:56 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Thu, 24 Jul 2014 02:56:59 +0000 (02:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213836 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/Value.h

index 1e86999df6533ad3347e9270154bbecdcb8c1160..b82564c9d68757fac99e1d799c36228c2ad850ce 100644 (file)
@@ -470,7 +470,7 @@ private:
   ///
   /// \return the first element in the list.
   ///
-  /// \note Completely ignores \a Prev (doesn't read, doesn't update).
+  /// \note Completely ignores \a Use::Prev (doesn't read, doesn't update).
   template <class Compare>
   static Use *mergeUseLists(Use *L, Use *R, Compare Cmp) {
     Use *Merged;