Fix some comments

Signed-off-by: cuishuang <imcusg@gmail.com>
This commit is contained in:
cuishuang 2023-12-28 12:23:14 +08:00
parent 8e34642262
commit 1adf0c16ff
4 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ use rustc_target::abi::{HasDataLayout, Size, TagEncoding, Variants};
/// A pass that seeks to optimize unnecessary moves of large enum types, if there is a large
/// enough discrepancy between them.
///
/// i.e. If there is are two variants:
/// i.e. If there are two variants:
/// ```
/// enum Example {
/// Small,