We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d63144 commit 77600c0Copy full SHA for 77600c0
src/backend/backend.md
@@ -38,7 +38,7 @@ The code for codegen is actually a bit complex due to a few factors:
38
- Codegen happens asynchronously in another thread for performance.
39
- The actual codegen is done by a third-party library (either LLVM or Cranelift).
40
41
-Generally, the [`rustc_codegen_ssa`][ssa] crate contains backend-agnastic code
+Generally, the [`rustc_codegen_ssa`][ssa] crate contains backend-agnostic code
42
(i.e. independent of LLVM or Cranelift), while the [`rustc_codegen_llvm`][llvm]
43
crate contains code specific to LLVM codegen.
44
0 commit comments