Skip to content

Commit e8f1bfe

Browse files
authored
Fix typo
1 parent 4b1cf84 commit e8f1bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_interface/src/queries.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ impl<'tcx> Queries<'tcx> {
247247
self.session().compile_status()?;
248248

249249
// If we have any delayed bugs, for example because we created TyKind::Error earlier,
250-
// it's likey that codegen will only cause more ICEs, obscuring the original problem
250+
// it's likely that codegen will only cause more ICEs, obscuring the original problem
251251
self.session().diagnostic().flush_delayed();
252252

253253
// Hook for UI tests.

0 commit comments

Comments
 (0)