Skip to content

Commit 4f87574

Browse files
oli-obkAaron1011
andcommitted
s/exut/exit/
Co-Authored-By: Aaron1011 <[email protected]>
1 parent 8c84a39 commit 4f87574

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
@@ -334,7 +334,7 @@ pub trait EvalContextExt<'a, 'mir, 'tcx: 'a + 'mir>: crate::MiriEvalContextExt<'
334334
// a frame with 'catch_panic' set, or we pop of all frames
335335
//
336336
// If we pop off all frames without encountering 'catch_panic',
337-
// we exut.
337+
// we exit.
338338
//
339339
// If we encounter 'catch_panic', we continue execution at that
340340
// frame, filling in data from the panic

0 commit comments

Comments
 (0)