[llvm-commits] CVS: llvm/docs/Lexicon.html ObjectFiles.html

Misha Brukman brukman at cs.uiuc.edu
Sat Sep 4 20:57:34 PDT 2004



Changes in directory llvm/docs:

Lexicon.html updated: 1.6 -> 1.7
ObjectFiles.html updated: 1.5 -> 1.6
---
Log message:

Put a space between `Data' and `Structure' of DSA.


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

Index: llvm/docs/Lexicon.html
diff -u llvm/docs/Lexicon.html:1.6 llvm/docs/Lexicon.html:1.7
--- llvm/docs/Lexicon.html:1.6	Sat Sep  4 22:00:20 2004
+++ llvm/docs/Lexicon.html	Sat Sep  4 22:57:23 2004
@@ -90,7 +90,7 @@
 <div class="doc_text">
   <dl>
     <dt><a name="DSA"><b>DSA</b></a></dt>
-    <dd>DataStructure Analysis</dd>
+    <dd>Data Structure Analysis</dd>
     <dt><a name="DSE"><b>DSE</b></a></dt>
     <dd>Dead Store Elimination</dd>
   </dl>
@@ -131,7 +131,7 @@
  src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a><a
  href="http://llvm.org/">The LLVM Team</a><br>
 <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-Last modified: $Date: 2004/09/05 03:00:20 $
+Last modified: $Date: 2004/09/05 03:57:23 $
 </address>
 <!-- vim: sw=2
 -->


Index: llvm/docs/ObjectFiles.html
diff -u llvm/docs/ObjectFiles.html:1.5 llvm/docs/ObjectFiles.html:1.6
--- llvm/docs/ObjectFiles.html:1.5	Sat Sep  4 22:20:18 2004
+++ llvm/docs/ObjectFiles.html	Sat Sep  4 22:57:23 2004
@@ -93,7 +93,7 @@
 </tr>
 <tr class="doc_table">
 	<td>libdatastructure.a</td>
-	<td>An archive containing DataStructure Analysis.</td>
+	<td>An archive containing Data Structure Analysis.</td>
 </tr>
 <tr class="doc_table">
 	<td>libinstrument.a</td>
@@ -173,7 +173,7 @@
 </tr>
 <tr class="doc_table">
 	<td>datastructure.o</td>
-	<td>DataStructure Analysis</td>
+	<td>Data Structure Analysis</td>
 </tr>
 <tr class="doc_table">
 	<td>codegen.o</td>
@@ -283,7 +283,7 @@
 <div class="doc_footer">
 <address><a href="mailto:rspencer at x10sys.com">Reid Spencer</a></address>
 <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a> 
-<br>Last modified: $Date: 2004/09/05 03:20:18 $ </div>
+<br>Last modified: $Date: 2004/09/05 03:57:23 $ </div>
 </body>
 </html>
 <!-- vim: sw=2 ts=2 ai






More information about the llvm-commits mailing list