Fix spelling.

llvm-svn: 12287
This commit is contained in:
Alkis Evlogimenos 2004-03-11 10:14:21 +00:00
parent 5935e0a002
commit 4b98c4412f
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ different. I recommend you read the
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,