Skip to content

Commit ec9fe65

Browse files
committed
docs: fix typo in Cargo.toml
Initially introduced in 63ccaf1 Signed-off-by: ELginas <[email protected]>
1 parent fdbefb3 commit ec9fe65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-builtins/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ default = ["compiler-builtins"]
3535
c = ["dep:cc"]
3636

3737
# Workaround for the Cranelift codegen backend. Disables any implementations
38-
# which use inline assembly and fall back to pure Rust versions (if avalible).
38+
# which use inline assembly and fall back to pure Rust versions (if available).
3939
no-asm = []
4040

4141
# Workaround for codegen backends which haven't yet implemented `f16` and

0 commit comments

Comments
 (0)