Fixed Spelling Mistake In MIR/index.md - "alloated"

This commit is contained in:
Gareth Ellis 2018-11-08 19:55:46 -08:00 committed by Who? Me?!
parent 76be9f99d7
commit 9d2e781896
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ This section introduces the key concepts of MIR, summarized here:
the end of a block the end of a block
- (if you're not familiar with the term *basic block*, see the [background - (if you're not familiar with the term *basic block*, see the [background
chapter][cfg]) chapter][cfg])
- **Locals:** Memory locations alloated on the stack (conceptually, at - **Locals:** Memory locations allocated on the stack (conceptually, at
least), such as function arguments, local variables, and least), such as function arguments, local variables, and
temporaries. These are identified by an index, written with a temporaries. These are identified by an index, written with a
leading underscore, like `_1`. There is also a special "local" leading underscore, like `_1`. There is also a special "local"