diff options
author | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-03-11 10:14:21 +0000 |
---|---|---|
committer | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-03-11 10:14:21 +0000 |
commit | 0744b5ffd2ea214d59827c0614c3d88342afb97e (patch) | |
tree | acb65ecf3cd0e5d2ba639c5863751ae9ae04ccda /docs/Stacker.html | |
parent | cf68bd5fc1e4f372d310756839a353849c655709 (diff) | |
download | external_llvm-0744b5ffd2ea214d59827c0614c3d88342afb97e.zip external_llvm-0744b5ffd2ea214d59827c0614c3d88342afb97e.tar.gz external_llvm-0744b5ffd2ea214d59827c0614c3d88342afb97e.tar.bz2 |
Fix spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12287 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Stacker.html')
-rw-r--r-- | docs/Stacker.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Stacker.html b/docs/Stacker.html index 835c838..b8431d2 100644 --- a/docs/Stacker.html +++ b/docs/Stacker.html @@ -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, |