Skip to content

Commit 2e69549

Browse files
Update library/core/src/ffi/mod.rs
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
1 parent 1d5948f commit 2e69549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/ffi/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ mod c_long_definition {
179179
pub type c_ulong = u64;
180180
pub type NonZero_c_ulong = crate::num::NonZeroU64;
181181
} else {
182-
// The minimal size of `long` in c standard are 32 bits
182+
// The minimal size of `long` in the C standard is 32 bits
183183
pub type c_long = i32;
184184
pub type NonZero_c_long = crate::num::NonZeroI32;
185185
pub type c_ulong = u32;

0 commit comments

Comments
 (0)