diff options
| author | acceptacross <csqcqs@gmail.com> | 2024-12-18 23:23:44 +0800 |
|---|---|---|
| committer | acceptacross <csqcqs@gmail.com> | 2024-12-18 23:23:44 +0800 |
| commit | 6734a04c0a6aff674011c9b4cb1c89cba2636c4d (patch) | |
| tree | 643fbc6e4fea11ab5702c3303fbf863f946a25d6 /compiler/rustc_codegen_cranelift/src | |
| parent | 3378a5e084fa51c2e7f5c3f53b87e8ad89f1c517 (diff) | |
chore: fix some typos
Signed-off-by: acceptacross <csqcqs@gmail.com>
Diffstat (limited to 'compiler/rustc_codegen_cranelift/src')
| -rw-r--r-- | compiler/rustc_codegen_cranelift/src/compiler_builtins.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/src/compiler_builtins.rs b/compiler/rustc_codegen_cranelift/src/compiler_builtins.rs index 4154a62234c..f8e3a034421 100644 --- a/compiler/rustc_codegen_cranelift/src/compiler_builtins.rs +++ b/compiler/rustc_codegen_cranelift/src/compiler_builtins.rs @@ -3,7 +3,7 @@ use std::ffi::c_int; #[cfg(feature = "jit")] use std::ffi::c_void; -// FIXME replace with core::ffi::c_size_t once stablized +// FIXME replace with core::ffi::c_size_t once stabilized #[allow(non_camel_case_types)] #[cfg(feature = "jit")] type size_t = usize; |
