Skip to content

Commit 1ab95d4

Browse files
committed
Update comment
1 parent 6b0348d commit 1ab95d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gcc_util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ pub fn add_pic_option<'gcc>(context: &Context<'gcc>, relocation_model: RelocMode
256256
rustc_target::spec::RelocModel::Pic => {
257257
context.add_command_line_option("-fPIC");
258258
// NOTE: we use both add_command_line_option and add_driver_option because the usage in
259-
// this module (compile_codegen_unit) requires add_command_line_option while the usage
259+
// base (compile_codegen_unit) requires add_command_line_option while the usage
260260
// in the back::write module (codegen) requires add_driver_option.
261261
context.add_driver_option("-fPIC");
262262
}

0 commit comments

Comments
 (0)