Skip to content

Commit

Permalink
correct typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed May 24, 2016
1 parent 02af34d commit be7b576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_trans/partitioning.rs
Expand Up @@ -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);
Expand Down

0 comments on commit be7b576

Please sign in to comment.