Skip to content

Commit 9d2e781

Browse files
garethellis0mark-i-m
authored andcommitted
Fixed Spelling Mistake In MIR/index.md - "alloated"
1 parent 76be9f9 commit 9d2e781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mir/index.md

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

0 commit comments

Comments
 (0)