We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc4432 commit e0972bbCopy full SHA for e0972bb
1 file changed
compiler/rustc_target/src/target_features.rs
@@ -1223,8 +1223,8 @@ impl Target {
1223
// on the soft-float target feature.
1224
// Every case should require or forbid `soft-float`!
1225
// 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.
+ // because the float and vector registers overlap and the
+ // standard s390x C ABI may pass vectors via these registers.
1228
match self.rustc_abi {
1229
None => {
1230
// Default hardfloat ABI.
0 commit comments