1
Fork 0

correct typo in comment

This commit is contained in:
Niko Matsakis 2016-05-24 15:08:07 -04:00
parent 02af34def7
commit be7b576cc5

View file

@ -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);