fix iterator name
authorGabor Greif <ggreif@gmail.com>
Fri, 26 Mar 2010 19:59:25 +0000 (19:59 +0000)
committerGabor Greif <ggreif@gmail.com>
Fri, 26 Mar 2010 19:59:25 +0000 (19:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99646 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.html

index e6349b1ec82ae904d4abbc33c1dd1500abe0485e..9d007566c963415494d1c45fac9941c0786cbfba 100644 (file)
@@ -3298,7 +3298,7 @@ simplifies the representation and makes it easier to manipulate.</p>
 <ul>
   <li><tt>Value::use_iterator</tt> - Typedef for iterator over the
 use-list<br>
-    <tt>Value::use_const_iterator</tt> - Typedef for const_iterator over
+    <tt>Value::const_use_iterator</tt> - Typedef for const_iterator over
 the use-list<br>
     <tt>unsigned use_size()</tt> - Returns the number of users of the
 value.<br>