From eb2b9441e789b192b47be510b302b21fdfbaf3a2 Mon Sep 17 00:00:00 2001 From: cuishuang Date: Tue, 1 Mar 2022 20:02:47 +0800 Subject: compiler: fix some typos --- compiler/rustc_data_structures/src/sso/either_iter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/rustc_data_structures') diff --git a/compiler/rustc_data_structures/src/sso/either_iter.rs b/compiler/rustc_data_structures/src/sso/either_iter.rs index af8ffcf4c13..131eeef4582 100644 --- a/compiler/rustc_data_structures/src/sso/either_iter.rs +++ b/compiler/rustc_data_structures/src/sso/either_iter.rs @@ -7,7 +7,7 @@ use std::iter::Iterator; /// one of two specific implementations. /// /// Note: For most methods providing custom -/// implementation may margianlly +/// implementation may marginally /// improve performance by avoiding /// doing Left/Right match on every step /// and doing it only once instead. -- cgit 1.4.1-3-g733a5