mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
Fix spelling.
runtime/mrecury_engine.c:
As above.
This commit is contained in:
@@ -324,7 +324,7 @@ MR_call_engine(MR_Code *entry_point, MR_bool catch_exceptions)
|
|||||||
if (exception != NULL) {
|
if (exception != NULL) {
|
||||||
return exception;
|
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
|
// then we need to remove the exception handler frames from the
|
||||||
// nondet stack and prune the trail ticket allocated by
|
// nondet stack and prune the trail ticket allocated by
|
||||||
// MR_create_exception_handler().
|
// MR_create_exception_handler().
|
||||||
|
|||||||
Reference in New Issue
Block a user