diff --git a/llvm/docs/Stacker.html b/llvm/docs/Stacker.html
index 835c8380b8b9..b8431d2ebe81 100644
--- a/llvm/docs/Stacker.html
+++ b/llvm/docs/Stacker.html
@@ -346,7 +346,7 @@ different. I recommend you read the
carefully. Then, read it again.
Here are some handy tips that I discovered along the way:
- - Unitialized means external. That is, the symbol is declared in the current
+
- Uninitialized means external. 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.
- Setting an initializer changes a global' linkage type. Setting an
initializer changes a global's linkage type from whatever it was to a normal,