Skip to content

Commit b1c3909

Browse files
author
Kai Luo
committed
Adjust wording
1 parent e74e6e7 commit b1c3909

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_codegen_ssa/src/back

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_ssa/src/back/link.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ fn link_natively<'a>(
10881088
strip_symbols_with_external_utility(sess, stripcmd, out_filename, Some("-l"))
10891089
}
10901090
Strip::Symbols => {
1091-
// Must be noted this option removes symbol __aix_rust_metadata and thus removes .info section which contains metadata.
1091+
// Must be noted this option might remove symbol __aix_rust_metadata and thus removes .info section which contains metadata.
10921092
strip_symbols_with_external_utility(sess, stripcmd, out_filename, Some("-r"))
10931093
}
10941094
Strip::None => {}

0 commit comments

Comments
 (0)