Skip to content

Commit 77600c0

Browse files
authored
Fix typo (#618)
1 parent 0d63144 commit 77600c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/backend.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The code for codegen is actually a bit complex due to a few factors:
3838
- Codegen happens asynchronously in another thread for performance.
3939
- The actual codegen is done by a third-party library (either LLVM or Cranelift).
4040

41-
Generally, the [`rustc_codegen_ssa`][ssa] crate contains backend-agnastic code
41+
Generally, the [`rustc_codegen_ssa`][ssa] crate contains backend-agnostic code
4242
(i.e. independent of LLVM or Cranelift), while the [`rustc_codegen_llvm`][llvm]
4343
crate contains code specific to LLVM codegen.
4444

0 commit comments

Comments
 (0)