Skip to content

Commit 9bd30e7

Browse files
Merge pull request #327 from howjmay/typo
Fix the typo
2 parents 582239a + e3ef226 commit 9bd30e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_simd/src/masks/to_bitmask.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ impl_integer_intrinsic! {
7272
impl ToBitMask<BitMask=u64> for Mask<_, 64>
7373
}
7474

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

0 commit comments

Comments
 (0)