]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_target/src/spec/i686_apple_darwin.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / compiler / rustc_target / src / spec / i686_apple_darwin.rs
index ad22467ba9c8970ad4cdf13b804d648b307f6cfb..b5103d15db695d95de98d7ebc8b4936f832f3446 100644 (file)
@@ -12,7 +12,7 @@ pub fn target() -> Target {
 
     Target {
         // Clang automatically chooses a more specific target based on
-        // MACOSX_DEPLOYMENT_TARGET.  To enable cross-language LTO to work
+        // MACOSX_DEPLOYMENT_TARGET. To enable cross-language LTO to work
         // correctly, we do too.
         //
         // While ld64 doesn't understand i686, LLVM does.