Skip to content

Commit bfc4a1f

Browse files
committed
Fix incorrect comment.
1 parent 66c1cd1 commit bfc4a1f

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_errors/src

1 file changed

+1
-1
lines changed

compiler/rustc_errors/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ impl DiagCtxt {
13571357
// Note: we prefer implementing operations on `DiagCtxt`, rather than
13581358
// `DiagCtxtInner`, whenever possible. This minimizes functions where
13591359
// `DiagCtxt::foo()` just borrows `inner` and forwards a call to
1360-
// `HanderInner::foo`.
1360+
// `DiagCtxtInner::foo`.
13611361
impl DiagCtxtInner {
13621362
/// Emit all stashed diagnostics.
13631363
fn emit_stashed_diagnostics(&mut self) -> Option<ErrorGuaranteed> {

0 commit comments

Comments
 (0)