Skip to content

Commit e770dd1

Browse files
authored
Update simd.rs
Fixed typo
1 parent 8bef12f commit e770dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/intrinsics/simd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extern "rust-intrinsic" {
1313
#[rustc_nounwind]
1414
pub fn simd_insert<T, U>(x: T, idx: u32, val: U) -> T;
1515

16-
/// Extracts an element frozm a vector.
16+
/// Extracts an element from a vector.
1717
///
1818
/// `T` must be a vector with element type `U`.
1919
///

0 commit comments

Comments
 (0)