Skip to content

Commit 26bdca3

Browse files
Rollup merge of rust-lang#122762 - RoboSchmied:RoboSchmied-typo, r=workingjubilee
fix typo of endianness fix typo endianess -> endianness
2 parents 5036c27 + a748754 commit 26bdca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/intrinsics/simd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ extern "rust-intrinsic" {
470470
/// No matter whether the output is an array or an unsigned integer, it is treated as a single
471471
/// contiguous list of bits. The bitmask is always packed on the least-significant side of the
472472
/// output, and padded with 0s in the most-significant bits. The order of the bits depends on
473-
/// endianess:
473+
/// endianness:
474474
///
475475
/// * On little endian, the least significant bit corresponds to the first vector element.
476476
/// * On big endian, the least significant bit corresponds to the last vector element.

0 commit comments

Comments
 (0)