about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorCamille Gillot <gillot.camille@gmail.com>2022-09-30 19:50:48 +0200
committerGitHub <noreply@github.com>2022-09-30 19:50:48 +0200
commit4b1cf846bd39a7409949a394f4c1655f2410c7e6 (patch)
tree7f75c4b8e404f937150873b3b7a500d52c5e1d8e /compiler/rustc_interface/src
parent477846f491284973f1f3f8b4bf9c6d9deb6ad98e (diff)
downloadrust-4b1cf846bd39a7409949a394f4c1655f2410c7e6.tar.gz
rust-4b1cf846bd39a7409949a394f4c1655f2410c7e6.zip
Update compiler/rustc_interface/src/queries.rs
Diffstat (limited to 'compiler/rustc_interface/src')
-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 05775f37647..6dfaa4453ef 100644
--- a/compiler/rustc_interface/src/queries.rs
+++ b/compiler/rustc_interface/src/queries.rs
@@ -246,7 +246,7 @@ impl<'tcx> Queries<'tcx> {
                 // Don't do code generation if there were any errors
                 self.session().compile_status()?;
 
-                // If we have any delayed bugs, for example beacuse we created TyKind::Error earlier,
+                // 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
                 self.session().diagnostic().flush_delayed();