From 5160f8f843e1dbd43cf341cc8aa5d917d22c98b9 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Wed, 30 Mar 2022 15:14:15 -0400 Subject: Spellchecking compiler comments This PR cleans up the rest of the spelling mistakes in the compiler comments. This PR does not change any literal or code spelling issues. --- compiler/rustc_parse_format/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/rustc_parse_format') diff --git a/compiler/rustc_parse_format/src/lib.rs b/compiler/rustc_parse_format/src/lib.rs index a6a2cbc277c..00bac26a16a 100644 --- a/compiler/rustc_parse_format/src/lib.rs +++ b/compiler/rustc_parse_format/src/lib.rs @@ -729,7 +729,7 @@ impl<'a> Parser<'a> { /// Finds the indices of all characters that have been processed and differ between the actual /// written code (code snippet) and the `InternedString` that gets processed in the `Parser` -/// in order to properly synthethise the intra-string `Span`s for error diagnostics. +/// in order to properly synthesise the intra-string `Span`s for error diagnostics. fn find_skips_from_snippet( snippet: Option, str_style: Option, -- cgit 1.4.1-3-g733a5