diff options
-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 835c8380b8..b8431d2ebe 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, |