[llvm-commits] CVS: llvm/docs/Stacker.html
Alkis Evlogimenos
alkis at cs.uiuc.edu
Thu Mar 11 04:15:02 PST 2004
Changes in directory llvm/docs:
Stacker.html updated: 1.7 -> 1.8
---
Log message:
Fix spelling.
---
Diffs of the changes: (+2 -2)
Index: llvm/docs/Stacker.html
diff -u llvm/docs/Stacker.html:1.7 llvm/docs/Stacker.html:1.8
--- llvm/docs/Stacker.html:1.7 Thu Dec 18 10:43:14 2003
+++ llvm/docs/Stacker.html Thu Mar 11 04:14:21 2004
@@ -346,7 +346,7 @@
carefully. Then, read it again.<p>
<p>Here are some handy tips that I discovered along the way:</p>
<ul>
- <li><em>Unitialized means external.</em> That is, the symbol is declared in the current
+ <li><em>Uninitialized means external.</em> That is, the symbol is declared in the current
module and can be used by that module, but it is not defined by that module.</li>
<li><em>Setting an initializer changes a global' linkage type.</em> Setting an
initializer changes a global's linkage type from whatever it was to a normal,
@@ -1395,6 +1395,6 @@
<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: 2003/12/18 16:43:14 $ </div>
+<br>Last modified: $Date: 2004/03/11 10:14:21 $ </div>
</body>
</html>
More information about the llvm-commits
mailing list