]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_target/src/spec/sparcv9_sun_solaris.rs
Rollup merge of #106886 - dtolnay:fastinstall, r=Mark-Simulacrum
[rust.git] / compiler / rustc_target / src / spec / sparcv9_sun_solaris.rs
index 440194ef216bf9f20232b02dbe0519c8dac22b40..4d2bc98ab7831fff14840eaf35281f25d1e6143c 100644 (file)
@@ -15,7 +15,7 @@ pub fn target() -> Target {
         pointer_width: 64,
         data_layout: "E-m:e-i64:64-n32:64-S128".into(),
         // Use "sparc64" instead of "sparcv9" here, since the former is already
-        // used widely in the source base.  If we ever needed ABI
+        // used widely in the source base. If we ever needed ABI
         // differentiation from the sparc64, we could, but that would probably
         // just be confusing.
         arch: "sparc64".into(),