Changes in directory llvm/docs:

ProgrammersManual.html updated: 1.107 -> 1.108
---
Log message:

fix validation problems


---
Diffs of the changes:  (+3 -3)

 ProgrammersManual.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/docs/ProgrammersManual.html
diff -u llvm/docs/ProgrammersManual.html:1.107 
llvm/docs/ProgrammersManual.html:1.108
--- llvm/docs/ProgrammersManual.html:1.107      Fri Feb  2 21:04:03 2007
+++ llvm/docs/ProgrammersManual.html    Fri Feb  2 21:05:57 2007
@@ -637,7 +637,7 @@
 <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 @@
     </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 
@@ -2796,7 +2796,7 @@
   <a href="mailto:[EMAIL PROTECTED]">Dinakar Dhurjati</a> and
   <a href="mailto:[EMAIL PROTECTED]">Chris Lattner</a><br>
   <a href="http://llvm.org";>The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/02/03 03:04:03 $
+  Last modified: $Date: 2007/02/03 03:05:57 $
 </address>
 
 </body>



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to