Skip to content

Commit d6629aa

Browse files
shepmasteralexcrichton
authored andcommitted
Fix unsigned typo (#359)
1 parent 60576b3 commit d6629aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

coresimd/x86/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ types! {
4040
/// * `i16x4` - four `i16` variables packed together
4141
/// * `i32x2` - two `i32` variables packed together
4242
///
43-
/// (as well as unsgined versions). Each intrinsic may interpret the
43+
/// (as well as unsigned versions). Each intrinsic may interpret the
4444
/// internal bits differently, check the documentation of the intrinsic
4545
/// to see how it's being used.
4646
///
@@ -91,7 +91,7 @@ types! {
9191
/// * `i32x4` - four `i32` variables packed together
9292
/// * `i64x2` - two `i64` variables packed together
9393
///
94-
/// (as well as unsgined versions). Each intrinsic may interpret the
94+
/// (as well as unsigned versions). Each intrinsic may interpret the
9595
/// internal bits differently, check the documentation of the intrinsic
9696
/// to see how it's being used.
9797
///
@@ -227,7 +227,7 @@ types! {
227227
/// * `i32x8` - eight `i32` variables packed together
228228
/// * `i64x4` - four `i64` variables packed together
229229
///
230-
/// (as well as unsgined versions). Each intrinsic may interpret the
230+
/// (as well as unsigned versions). Each intrinsic may interpret the
231231
/// internal bits differently, check the documentation of the intrinsic
232232
/// to see how it's being used.
233233
///

0 commit comments

Comments
 (0)