Skip to content

Commit e2aec07

Browse files
committed
Fix a bunch of typo
This PR will fix some typos detected by [typos]. I only picked the ones I was sure were spelling errors to fix, mostly in the comments. [typos]: https://github.com/crate-ci/typos
1 parent 210275c commit e2aec07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_simd/src/masks/to_bitmask.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ impl_integer_intrinsic! {
7070
impl ToBitMask<BitMask=u64> for Mask<_, 64>
7171
}
7272

73-
/// Returns the minimum numnber of bytes in a bitmask with `lanes` lanes.
73+
/// Returns the minimum number of bytes in a bitmask with `lanes` lanes.
7474
#[cfg(feature = "generic_const_exprs")]
7575
pub const fn bitmask_len(lanes: usize) -> usize {
7676
(lanes + 7) / 8

0 commit comments

Comments
 (0)