X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_codegen_ssa%2Fback%2Fwrite.rs;h=2922d326c3b355e80c06f76ee7d1c31549499b38;hb=1c1d2e44c53b578b99d1ec34a1a6e69c5386fe4d;hp=81952c9c820b0b8e2dca25807738612536421770;hpb=3a9d171b0a118d8f0ecda1bf44775ec4ba9bb79d;p=rust.git diff --git a/src/librustc_codegen_ssa/back/write.rs b/src/librustc_codegen_ssa/back/write.rs index 81952c9c820..2922d326c3b 100644 --- a/src/librustc_codegen_ssa/back/write.rs +++ b/src/librustc_codegen_ssa/back/write.rs @@ -662,7 +662,7 @@ pub enum WorkItem { /// Copy the post-LTO artifacts from the incremental cache to the output /// directory. CopyPostLtoArtifacts(CachedModuleCodegen), - /// Perform (Thin)LTO on the given module. + /// Performs (Thin)LTO on the given module. LTO(lto::LtoModuleCodegen), } @@ -1797,7 +1797,7 @@ pub fn codegen_finished(&self, tcx: TyCtxt) { drop(self.coordinator_send.send(Box::new(Message::CodegenComplete::))); } - /// Consume this context indicating that codegen was entirely aborted, and + /// Consumes this context indicating that codegen was entirely aborted, and /// we need to exit as quickly as possible. /// /// This method blocks the current thread until all worker threads have