Skip to content

Commit 3227f35

Browse files
committed
chore: fix some typos
Signed-off-by: acceptacross <[email protected]>
1 parent 4dd8941 commit 3227f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler_builtins.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::ffi::c_int;
33
#[cfg(feature = "jit")]
44
use std::ffi::c_void;
55

6-
// FIXME replace with core::ffi::c_size_t once stablized
6+
// FIXME replace with core::ffi::c_size_t once stabilized
77
#[allow(non_camel_case_types)]
88
#[cfg(feature = "jit")]
99
type size_t = usize;

0 commit comments

Comments
 (0)