summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-03-26 19:51:14 +0000
committerDan Gohman <gohman@apple.com>2010-03-26 19:51:14 +0000
commitaedde1e4c08bd9a4484fa9c957f61e6fa84a5719 (patch)
tree080a6c9dc32589d0849a07b9b6707cfba46eb54e /llvm/docs/ProgrammersManual.html
parent853daf48486ccde48819e72bc83bd2ba7490b020 (diff)
downloadbcm5719-llvm-aedde1e4c08bd9a4484fa9c957f61e6fa84a5719.tar.gz
bcm5719-llvm-aedde1e4c08bd9a4484fa9c957f61e6fa84a5719.zip
Minor grammar and html fixes.
llvm-svn: 99644
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r--llvm/docs/ProgrammersManual.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html
index f5c08786c44..e6349b1ec82 100644
--- a/llvm/docs/ProgrammersManual.html
+++ b/llvm/docs/ProgrammersManual.html
@@ -1845,8 +1845,8 @@ void printNextInstruction(Instruction* inst) {
<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 @@ from compiling:</p>
</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>
OpenPOWER on IntegriCloud