correct typo in comment
This commit is contained in:
parent
02af34def7
commit
be7b576cc5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue