]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/compile.rs
Auto merge of #102355 - lcnr:bye-bye-type-traversal, r=oli-obk
[rust.git] / src / bootstrap / compile.rs
index 4967bf50b48a1b507df821a43f399a5737fa5cb6..4ccdabe4bb67d7a7dbbb1d83c5d432826e985d54 100644 (file)
@@ -464,7 +464,7 @@ fn copy_sanitizers(
         builder.copy(&runtime.path, &dst);
 
         if target == "x86_64-apple-darwin" || target == "aarch64-apple-darwin" {
-            // Update the library’s install name to reflect that it has has been renamed.
+            // Update the library’s install name to reflect that it has been renamed.
             apple_darwin_update_library_name(&dst, &format!("@rpath/{}", &runtime.name));
             // Upon renaming the install name, the code signature of the file will invalidate,
             // so we will sign it again.