From e548c46c7067010f203db0a9c69e5c6fae058545 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Fri, 3 Jun 2016 20:40:44 -0400 Subject: [PATCH] correct misspelled word --- src/librustc/ty/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc/ty/mod.rs b/src/librustc/ty/mod.rs index 2a22e13d31ec4..454f524e4da37 100644 --- a/src/librustc/ty/mod.rs +++ b/src/librustc/ty/mod.rs @@ -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: SomeTrait`, // `Rc: SomeTrait`, and `(Vec, Rc): 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()