Skip to content

Commit

Permalink
Fix a small typo (rust-lang#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn authored Apr 20, 2022
1 parent a8add66 commit 043e60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/part-5-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ will finally take the MIR and produce some executable machine code.

[MIR]: ./mir/index.md

> NOTE: This part of a compiler is often called the _backend_ the term is a bit
> NOTE: This part of a compiler is often called the _backend_. The term is a bit
> overloaded because in the compiler source, it usually refers to the "codegen
> backend" (i.e. LLVM or Cranelift). Usually, when you see the word "backend"
> in this part, we are referring to the "codegen backend".
Expand Down

0 comments on commit 043e60f

Please sign in to comment.