]> git.proxmox.com Git - rustc.git/blobdiff - src/test/incremental/thinlto/cgu_invalidated_when_export_removed.rs
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / incremental / thinlto / cgu_invalidated_when_export_removed.rs
index e85b4856f3a96ef98297eec55e1f042c73e50b2e..e86ebd354b1a9601b4ae29b2e13d17ba6ee1640f 100644 (file)
@@ -3,7 +3,7 @@
 
 // rust-lang/rust#69798:
 //
-// This is analgous to cgu_invalidated_when_export_added, but it covers the
+// This is analogous to cgu_invalidated_when_export_added, but it covers the
 // other direction. This is analogous to cgu_invalidated_when_import_added: we
 // include it, because it may uncover bugs in variant implementation strategies.