Skip to content

Commit f116110

Browse files
author
Kai Luo
committed
Fix copy-paste error
1 parent 485aec4 commit f116110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_ssa/src/back/linker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,7 @@ impl<'a> Linker for AixLinker<'a> {
15331533
}
15341534

15351535
fn framework_path(&mut self, _: &Path) {
1536-
bug!("frameworks are not supported on L4Re");
1536+
bug!("frameworks are not supported on AIX");
15371537
}
15381538

15391539
fn output_filename(&mut self, path: &Path) {

0 commit comments

Comments
 (0)