Skip to content

Commit e8bf569

Browse files
oli-obkAaron1011
andcommitted
s/exut/exit/
Co-Authored-By: Aaron1011 <aa1ronham@gmail.com>
1 parent 99dfd68 commit e8bf569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fn_call.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ pub trait EvalContextExt<'a, 'mir, 'tcx: 'a + 'mir>: crate::MiriEvalContextExt<'
333333
// a frame with 'catch_panic' set, or we pop of all frames
334334
//
335335
// If we pop off all frames without encountering 'catch_panic',
336-
// we exut.
336+
// we exit.
337337
//
338338
// If we encounter 'catch_panic', we continue execution at that
339339
// frame, filling in data from the panic

0 commit comments

Comments
 (0)