summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-03 03:05:57 +0000
committerChris Lattner <sabre@nondot.org>2007-02-03 03:05:57 +0000
commit099213becc16b15b8314dbc0438e131f751c47d2 (patch)
tree326f4c3597b7385664121717ae92fbf190260a58 /llvm/docs/ProgrammersManual.html
parent9d9985cab588aa4b23a3aa3b534244a097f9cd73 (diff)
downloadbcm5719-llvm-099213becc16b15b8314dbc0438e131f751c47d2.tar.gz
bcm5719-llvm-099213becc16b15b8314dbc0438e131f751c47d2.zip
fix validation problems
llvm-svn: 33822
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r--llvm/docs/ProgrammersManual.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html
index e2ee74eff94..6c0f87e1e69 100644
--- a/llvm/docs/ProgrammersManual.html
+++ b/llvm/docs/ProgrammersManual.html
@@ -637,7 +637,7 @@ configure script and rebuild LLVM to enable this functionality.</p>
<tt>call DAG.setGraphColor(<i>node</i>, "<i>color</i>")</tt>, then the
next <tt>call DAG.viewGraph()</tt> would hilight the node in the
specified color (choices of colors can be found at <a
-href="http://www.graphviz.org/doc/info/colors.html">Colors<a>.) More
+href="http://www.graphviz.org/doc/info/colors.html">colors</a>.) More
complex node attributes can be provided with <tt>call
DAG.setGraphAttrs(<i>node</i>, "<i>attributes</i>")</tt> (choices can be
found at <a href="http://www.graphviz.org/doc/info/attrs.html">Graph
@@ -1928,7 +1928,7 @@ the <tt>lib/VMCore</tt> directory.</p>
</ul>
</dd>
<dt><tt>PointerType</tt></dt>
- <dd>Subclass of SequentialType for pointer types.</li>
+ <dd>Subclass of SequentialType for pointer types.</dd>
<dt><tt>PackedType</tt></dt>
<dd>Subclass of SequentialType for packed (vector) types. A
packed type is similar to an ArrayType but is distinguished because it is
OpenPOWER on IntegriCloud