Skip to content

Commit f8ea309

Browse files
authored
Update simd.rs
fix typo
1 parent 310a3e7 commit f8ea309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/intrinsics/simd.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ extern $abi {
474474
/// No matter whether the output is an array or an unsigned integer, it is treated as a single
475475
/// contiguous list of bits. The bitmask is always packed on the least-significant side of the
476476
/// output, and padded with 0s in the most-significant bits. The order of the bits depends on
477-
/// endianess:
477+
/// endianness:
478478
///
479479
/// * On little endian, the least significant bit corresponds to the first vector element.
480480
/// * On big endian, the least significant bit corresponds to the last vector element.

0 commit comments

Comments
 (0)