From e8f1bfe1937c51c1a408c98cf810d10ead454314 Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Fri, 30 Sep 2022 21:02:53 +0200 Subject: [PATCH] Fix typo --- compiler/rustc_interface/src/queries.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_interface/src/queries.rs b/compiler/rustc_interface/src/queries.rs index 6dfaa4453ef..91d180e1eb7 100644 --- a/compiler/rustc_interface/src/queries.rs +++ b/compiler/rustc_interface/src/queries.rs @@ -247,7 +247,7 @@ pub fn ongoing_codegen(&'tcx self) -> Result<&Query>> { self.session().compile_status()?; // If we have any delayed bugs, for example because we created TyKind::Error earlier, - // it's likey that codegen will only cause more ICEs, obscuring the original problem + // it's likely that codegen will only cause more ICEs, obscuring the original problem self.session().diagnostic().flush_delayed(); // Hook for UI tests.