Fix typo (#1459)
This commit is contained in:
parent
5be5475b07
commit
a5363fb536
|
|
@ -3,7 +3,7 @@
|
||||||
Code generation (or "codegen") is the part of the compiler
|
Code generation (or "codegen") is the part of the compiler
|
||||||
that actually generates an executable binary.
|
that actually generates an executable binary.
|
||||||
Usually, rustc uses LLVM for code generation,
|
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.
|
The key is that rustc doesn't implement codegen itself.
|
||||||
It's worth noting, though, that in the Rust source code,
|
It's worth noting, though, that in the Rust source code,
|
||||||
many parts of the backend have `codegen` in their names
|
many parts of the backend have `codegen` in their names
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue