From be7b576cc5030e9824ff8f8025dbef9ba92c7fab Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Tue, 24 May 2016 15:08:07 -0400 Subject: [PATCH] correct typo in comment --- src/librustc_trans/partitioning.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_trans/partitioning.rs b/src/librustc_trans/partitioning.rs index d2ddbccee8b42..2ded643ef4fdd 100644 --- a/src/librustc_trans/partitioning.rs +++ b/src/librustc_trans/partitioning.rs @@ -228,7 +228,7 @@ fn place_root_translation_items<'a, 'tcx, I>(tcx: TyCtxt<'a, 'tcx, 'tcx>, } } - // always ensure we have at least one CGO; otherwise, if we have a + // always ensure we have at least one CGU; otherwise, if we have a // crate with just types (for example), we could wind up with no CGU if codegen_units.is_empty() { let codegen_unit_name = InternedString::new(FALLBACK_CODEGEN_UNIT);