mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-06 07:49:02 +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) {
|
||||
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().
|
||||
|
||||
Reference in New Issue
Block a user