Skip to content

Commit 847d195

Browse files
committed
librustc_back: fix typo
1 parent 8c65ef7 commit 847d195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_back/target/apple_base.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub fn opts() -> TargetOptions {
3333
}).unwrap_or((10, 7));
3434

3535
TargetOptions {
36-
// OSX has -dead_strip, which doesn't rely on ffunction_sections
36+
// OSX has -dead_strip, which doesn't rely on function_sections
3737
function_sections: false,
3838
dynamic_linking: true,
3939
executables: true,

0 commit comments

Comments
 (0)