Skip to content

Commit

Permalink
correct misspelled word
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Jun 4, 2016
1 parent af4a0e8 commit e548c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/ty/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ impl<'tcx> TraitPredicate<'tcx> {
// dep-nodes for `u32: SomeTrait` and `u64: SomeTrait`, but we
// would have distinct dep-nodes for `Vec<u32>: SomeTrait`,
// `Rc<u32>: SomeTrait`, and `(Vec<u32>, Rc<u32>): SomeTrait`.
// Note that it's always sound to conflate dep-nodes, it jus
// Note that it's always sound to conflate dep-nodes, it just
// leads to more recompilation.
let def_ids: Vec<_> =
self.input_types()
Expand Down

0 comments on commit e548c46

Please sign in to comment.