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

Reid Spencer reid at x10sys.com
Sun Nov 7 16:24:54 PST 2004



Changes in directory llvm/docs:

UsingLibraries.html updated: 1.12 -> 1.13
---
Log message:

Fix typo.


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

Index: llvm/docs/UsingLibraries.html
diff -u llvm/docs/UsingLibraries.html:1.12 llvm/docs/UsingLibraries.html:1.13
--- llvm/docs/UsingLibraries.html:1.12	Sun Nov  7 18:22:22 2004
+++ llvm/docs/UsingLibraries.html	Sun Nov  7 18:24:43 2004
@@ -168,7 +168,7 @@
   <p>There is never any point to linking both the re-linked (<tt>.o</tt>) and
   the archive (<tt>.a</tt>) versions of a library. Since the re-linked version
   includes the entire library, the archive version will not resolve any symbols.
-  You could even end up with link error is you place the archive version before
+  You could even end up with link error if you place the archive version before
   the re-linked version on the linker's command line.</p>
 </div>
 <!-- ======================================================================= -->
@@ -182,7 +182,7 @@
   <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/11/08 00:22:22 $ </div>
+<br>Last modified: $Date: 2004/11/08 00:24:43 $ </div>
 </body>
 </html>
 <!-- vim: sw=2 ts=2 ai






More information about the llvm-commits mailing list