We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310a3e7 commit f8ea309Copy full SHA for f8ea309
library/core/src/intrinsics/simd.rs
@@ -474,7 +474,7 @@ extern $abi {
474
/// No matter whether the output is an array or an unsigned integer, it is treated as a single
475
/// contiguous list of bits. The bitmask is always packed on the least-significant side of the
476
/// output, and padded with 0s in the most-significant bits. The order of the bits depends on
477
- /// endianess:
+ /// endianness:
478
///
479
/// * On little endian, the least significant bit corresponds to the first vector element.
480
/// * On big endian, the least significant bit corresponds to the last vector element.
0 commit comments