[llvm-commits] [llvm] r99644 - /llvm/trunk/docs/ProgrammersManual.html

Dan Gohman gohman at apple.com
Fri Mar 26 12:51:14 PDT 2010


Author: djg
Date: Fri Mar 26 14:51:14 2010
New Revision: 99644

URL: http://llvm.org/viewvc/llvm-project?rev=99644&view=rev
Log:
Minor grammar and html fixes.

Modified:
    llvm/trunk/docs/ProgrammersManual.html

Modified: llvm/trunk/docs/ProgrammersManual.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ProgrammersManual.html?rev=99644&r1=99643&r2=99644&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.html (original)
+++ llvm/trunk/docs/ProgrammersManual.html Fri Mar 26 14:51:14 2010
@@ -1845,8 +1845,8 @@
 
 <p>Unfortunately, these implicit conversions come at a cost; they prevent
 these iterators from conforming to standard iterator conventions, and thus
-from being usable with standard algorithms and containers. For example, it
-prevents the following code, where <tt>B</tt> is a <tt>BasicBlock</tt>,
+from being usable with standard algorithms and containers. For example, they
+prevent the following code, where <tt>B</tt> is a <tt>BasicBlock</tt>,
 from compiling:</p>
 
 <div class="doc_code">
@@ -1856,7 +1856,7 @@
 </div>
 
 <p>Because of this, these implicit conversions may be removed some day,
-and <tt>operator*</tt> changed to return a pointer instead of a reference.
+and <tt>operator*</tt> changed to return a pointer instead of a reference.</p>
 
 </div>
 





More information about the llvm-commits mailing list