Skip to content

Commit 535e898

Browse files
oli-obkAaron1011
andauthored
s/exut/exit/
Co-Authored-By: Aaron1011 <[email protected]>
1 parent 2e522a9 commit 535e898

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
@@ -253,7 +253,7 @@ pub trait EvalContextExt<'a, 'mir, 'tcx: 'a + 'mir>: crate::MiriEvalContextExt<'
253253
// a frame with 'catch_panic' set, or we pop of all frames
254254
//
255255
// If we pop off all frames without encountering 'catch_panic',
256-
// we exut.
256+
// we exit.
257257
//
258258
// If we encounter 'catch_panic', we continue execution at that
259259
// frame, filling in data from the panic

0 commit comments

Comments
 (0)