Skip to content

Commit 0f6174a

Browse files
RalfJungoli-obk
andauthored
Typos
Co-authored-by: Oliver Scherer <[email protected]>
1 parent e17ff2d commit 0f6174a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diagnostics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
218218

219219
let this = self.eval_context_ref();
220220
if this.active_thread_stack().is_empty() {
221-
// Diagnostics can happen even with the emoty stack (e.g. deallocation thread-local statics).
221+
// Diagnostics can happen even with the empty stack (e.g. deallocation of thread-local statics).
222222
return TopFrameInfo { stack_size: 0, instance: None, span: DUMMY_SP };
223223
}
224224
let frame = this.frame();

0 commit comments

Comments
 (0)