Skip to content

Commit

Permalink
Fix typo (#1459)
Browse files Browse the repository at this point in the history
  • Loading branch information
eholk committed Sep 9, 2022
1 parent 5be5475 commit a5363fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/codegen.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Code generation (or "codegen") is the part of the compiler
that actually generates an executable binary.
Usually, rustc uses LLVM for code generation,
bu there is also support for [Cranelift] and [GCC].
but there is also support for [Cranelift] and [GCC].
The key is that rustc doesn't implement codegen itself.
It's worth noting, though, that in the Rust source code,
many parts of the backend have `codegen` in their names
Expand Down

0 comments on commit a5363fb

Please sign in to comment.