Skip to content

Commit 9a579ec

Browse files
authored
Fix typo (rust-lang#1459)
1 parent 7dda482 commit 9a579ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/backend/codegen.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Code generation (or "codegen") is the part of the compiler
44
that actually generates an executable binary.
55
Usually, rustc uses LLVM for code generation,
6-
bu there is also support for [Cranelift] and [GCC].
6+
but there is also support for [Cranelift] and [GCC].
77
The key is that rustc doesn't implement codegen itself.
88
It's worth noting, though, that in the Rust source code,
99
many parts of the backend have `codegen` in their names

0 commit comments

Comments
 (0)