Skip to content

Commit 79b91b7

Browse files
committed
improve docs
1 parent dec2447 commit 79b91b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/mir/interpret/error.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ pub enum InterpError<'tcx, O> {
229229
/// match an existing variant.
230230
MachineError(String),
231231

232-
/// Not actually an interprer error -- used to signal that execution has exited
233-
/// with the given status code.
232+
/// Not actually an interpreter error -- used to signal that execution has exited
233+
/// with the given status code. Used by Miri, but not by CTFE.
234234
Exit(i32),
235235

236236
FunctionAbiMismatch(Abi, Abi),

0 commit comments

Comments
 (0)