File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ types! {
40
40
/// * `i16x4` - four `i16` variables packed together
41
41
/// * `i32x2` - two `i32` variables packed together
42
42
///
43
- /// (as well as unsgined versions). Each intrinsic may interpret the
43
+ /// (as well as unsigned versions). Each intrinsic may interpret the
44
44
/// internal bits differently, check the documentation of the intrinsic
45
45
/// to see how it's being used.
46
46
///
@@ -91,7 +91,7 @@ types! {
91
91
/// * `i32x4` - four `i32` variables packed together
92
92
/// * `i64x2` - two `i64` variables packed together
93
93
///
94
- /// (as well as unsgined versions). Each intrinsic may interpret the
94
+ /// (as well as unsigned versions). Each intrinsic may interpret the
95
95
/// internal bits differently, check the documentation of the intrinsic
96
96
/// to see how it's being used.
97
97
///
@@ -227,7 +227,7 @@ types! {
227
227
/// * `i32x8` - eight `i32` variables packed together
228
228
/// * `i64x4` - four `i64` variables packed together
229
229
///
230
- /// (as well as unsgined versions). Each intrinsic may interpret the
230
+ /// (as well as unsigned versions). Each intrinsic may interpret the
231
231
/// internal bits differently, check the documentation of the intrinsic
232
232
/// to see how it's being used.
233
233
///
You can’t perform that action at this time.
0 commit comments