about summary refs log tree commit diff
diff options
context:
space:
mode:
authornils <48135649+Nilstrieb@users.noreply.github.com>2022-09-30 21:02:53 +0200
committerGitHub <noreply@github.com>2022-09-30 21:02:53 +0200
commite8f1bfe1937c51c1a408c98cf810d10ead454314 (patch)
tree401916b6e2a4597da925eb0502aceb956f509fad
parent4b1cf846bd39a7409949a394f4c1655f2410c7e6 (diff)
downloadrust-e8f1bfe1937c51c1a408c98cf810d10ead454314.tar.gz
rust-e8f1bfe1937c51c1a408c98cf810d10ead454314.zip
Fix typo
-rw-r--r--compiler/rustc_interface/src/queries.rs2
1 files changed, 1 insertions, 1 deletions
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 @@ impl<'tcx> Queries<'tcx> {
                 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.