about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src/lib.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-10-03 06:20:27 +0000
committerbors <bors@rust-lang.org>2024-10-03 06:20:27 +0000
commitbf71d65980c7005aa30f6f057aaa2e681b703400 (patch)
tree44a406e1ded013292644eee72c9921c76fb4f706 /compiler/rustc_codegen_gcc/src/lib.rs
parent52aa98a994f84e02bae6a7573b8c81bb8add2b98 (diff)
parent9b35886adfe5da4163e95508f586dc071eec4d0f (diff)
Auto merge of #3935 - RalfJung:rustup, r=RalfJung
Rustup
Diffstat (limited to 'compiler/rustc_codegen_gcc/src/lib.rs')
-rw-r--r--compiler/rustc_codegen_gcc/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/src/lib.rs b/compiler/rustc_codegen_gcc/src/lib.rs
index edf524ff0b4..a7a32e285d8 100644
--- a/compiler/rustc_codegen_gcc/src/lib.rs
+++ b/compiler/rustc_codegen_gcc/src/lib.rs
@@ -363,7 +363,7 @@ impl Deref for SyncContext {
 
 unsafe impl Send for SyncContext {}
 // FIXME(antoyo): that shouldn't be Sync. Parallel compilation is currently disabled with "-Zno-parallel-llvm".
-// TODO: disable it here by returing false in CodegenBackend::supports_parallel().
+// TODO: disable it here by returning false in CodegenBackend::supports_parallel().
 unsafe impl Sync for SyncContext {}
 
 impl WriteBackendMethods for GccCodegenBackend {