Skip to content

Commit a748754

Browse files
committed
Update target.rs alloc.rs event.rs simd.rs
fix typos
1 parent 257c94f commit a748754

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
@@ -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)