about summary refs log tree commit diff
diff options
context:
space:
mode:
authorELginas <gintaras.z123@yahoo.com>2025-04-28 17:17:11 +0300
committerTrevor Gross <t.gross35@gmail.com>2025-05-04 23:35:00 -0400
commit5032002c2fc753b9f2734e7723254b57b860f22e (patch)
tree4a793b970eab86247d8ba4cb4d79b44326cd67cb
parent16150ebb314b3ff80bab2c6776641f43a583acd3 (diff)
downloadrust-5032002c2fc753b9f2734e7723254b57b860f22e.tar.gz
rust-5032002c2fc753b9f2734e7723254b57b860f22e.zip
docs: fix typo in Cargo.toml
Initially introduced in 63ccaf11f08fb5d0b39cc33884c5a1a63f547ace

Signed-off-by: ELginas <gintaras.z123@yahoo.com>
-rw-r--r--library/compiler-builtins/compiler-builtins/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/compiler-builtins/compiler-builtins/Cargo.toml b/library/compiler-builtins/compiler-builtins/Cargo.toml
index 78456377730..d9eebcfc8a1 100644
--- a/library/compiler-builtins/compiler-builtins/Cargo.toml
+++ b/library/compiler-builtins/compiler-builtins/Cargo.toml
@@ -35,7 +35,7 @@ default = ["compiler-builtins"]
 c = ["dep:cc"]
 
 # Workaround for the Cranelift codegen backend. Disables any implementations
-# which use inline assembly and fall back to pure Rust versions (if avalible).
+# which use inline assembly and fall back to pure Rust versions (if available).
 no-asm = []
 
 # Workaround for codegen backends which haven't yet implemented `f16` and