diff --git a/src/librustc/middle/outlives.rs b/src/librustc/middle/outlives.rs index fa2b78b330d8..1dbe9290c1e3 100644 --- a/src/librustc/middle/outlives.rs +++ b/src/librustc/middle/outlives.rs @@ -141,7 +141,7 @@ fn compute_components<'a,'tcx>(infcx: &InferCtxt<'a,'tcx>, // rule, which requires that `Pi: 'a` for all `i`. if !data.has_escaping_regions() { - // best case: no escaping reions, so push the + // best case: no escaping regions, so push the // projection and skip the subtree (thus // generating no constraints for Pi). out.push(Component::Projection(*data));