[llvm-commits] CVS: llvm/docs/index.html

Misha Brukman brukman at cs.uiuc.edu
Fri Jan 7 09:00:55 PST 2005



Changes in directory llvm/docs:

index.html updated: 1.40 -> 1.41
---
Log message:

Capitalize Bugpoint.


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

Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.40 llvm/docs/index.html:1.41
--- llvm/docs/index.html:1.40	Wed Jan  5 13:01:20 2005
+++ llvm/docs/index.html	Fri Jan  7 11:00:44 2005
@@ -184,7 +184,7 @@
 LLVM</a> - This document describes the design and philosophy behind the LLVM
 source-level debugger.</li>
 
-<li><a href="Bugpoint.html">bugpoint</a> - automatic bug finder and test-case
+<li><a href="Bugpoint.html">Bugpoint</a> - automatic bug finder and test-case
 reducer description and usage information.</li>
 
 <li><a href="CompilerDriver.html">Compiler Driver (llvmc)</a> - This document
@@ -234,6 +234,6 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/01/05 19:01:20 $
+  Last modified: $Date: 2005/01/07 17:00:44 $
 </address>
 






More information about the llvm-commits mailing list