Fix spelling.

runtime/mrecury_engine.c:
    As above.
This commit is contained in:
Julien Fischer
2023-11-06 16:15:34 +11:00
parent 63c68c3662
commit b357a3dadc

View File

@@ -324,7 +324,7 @@ MR_call_engine(MR_Code *entry_point, MR_bool catch_exceptions)
if (exception != NULL) {
return exception;
}
// If we added an exception hander, but we didn't get an exception,
// If we added an exception handler, but we didn't get an exception,
// then we need to remove the exception handler frames from the
// nondet stack and prune the trail ticket allocated by
// MR_create_exception_handler().