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! {
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 ///
You can’t perform that action at this time.
0 commit comments