Skip to content

Commit e0972bb

Browse files
Update compiler/rustc_target/src/target_features.rs
Co-authored-by: Jubilee <workingjubilee@gmail.com>
1 parent ffc4432 commit e0972bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compiler/rustc_target/src/target_features.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,8 +1223,8 @@ impl Target {
12231223
// on the soft-float target feature.
12241224
// Every case should require or forbid `soft-float`!
12251225
// The "vector" target feature may only be used without soft-float
1226-
// because the float and vector registers overlap and the the
1227-
// standard s390x abi may pass vectors via this registers.
1226+
// because the float and vector registers overlap and the
1227+
// standard s390x C ABI may pass vectors via these registers.
12281228
match self.rustc_abi {
12291229
None => {
12301230
// Default hardfloat ABI.

0 commit comments

Comments
 (0)