]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_data_structures/src/sso/either_iter.rs
New upstream version 1.61.0+dfsg1
[rustc.git] / compiler / rustc_data_structures / src / sso / either_iter.rs
index af8ffcf4c13a58ba2f9b7ff70fe69d00bec0ea61..131eeef4582de6fc35df95d90470cf9881bf48e1 100644 (file)
@@ -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.