From f43ee8ebf696eec5a8a844629e4f7e910f9f0afd Mon Sep 17 00:00:00 2001 From: klensy Date: Mon, 19 Apr 2021 15:57:08 +0300 Subject: fix few typos --- compiler/rustc_mir/src/dataflow/framework/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/rustc_mir/src/dataflow/framework') diff --git a/compiler/rustc_mir/src/dataflow/framework/mod.rs b/compiler/rustc_mir/src/dataflow/framework/mod.rs index 3f7808c2090..344d7b9becd 100644 --- a/compiler/rustc_mir/src/dataflow/framework/mod.rs +++ b/compiler/rustc_mir/src/dataflow/framework/mod.rs @@ -510,7 +510,7 @@ impl EffectIndex { } } - /// Returns `true` if the effect at `self` should be applied eariler than the effect at `other` + /// Returns `true` if the effect at `self` should be applied earlier than the effect at `other` /// in forward order. fn precedes_in_forward_order(self, other: Self) -> bool { let ord = self -- cgit 1.4.1-3-g733a5