1
Fork 0

chore: fix some typos

Signed-off-by: acceptacross <csqcqs@gmail.com>
This commit is contained in:
acceptacross 2024-12-18 23:23:44 +08:00
parent 3378a5e084
commit 6734a04c0a
6 changed files with 6 additions and 6 deletions

View file

@ -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;