Revert "Fix a typo"

This reverts commit 83cde564cd.
This commit is contained in:
Holger Vogt 2021-12-30 14:46:06 +01:00
parent 49439195ac
commit 3e113da5e3
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ static void EVTcreate_state(
During evaluation, however, only the two last stated are used. Therefore the
following code deletes a state from the head of the ist, when there are more than
two states.
FIXME: this could be done more efficiently (e.g. by not mallocing new states),
FIXME: this could be done more efficiently (e.g. by not mallocong new states),
but one carefully has to update relevant indices. */
if ((type == 78 || type == 79) && (state_data->head[inst_index]->next->next)) {
first_state = state_data->head[inst_index];