From 23ef75876efe5d554d3a99da9ad9507d2962da0f Mon Sep 17 00:00:00 2001 From: Pip Cet Date: Sun, 2 Mar 2025 17:41:15 +0000 Subject: [PATCH] ; * src/igc.c: minor correction to the arena comments --- src/igc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/igc.c b/src/igc.c index b280e3f8d15..cb9399b6728 100644 --- a/src/igc.c +++ b/src/igc.c @@ -228,15 +228,15 @@ along with GNU Emacs. If not, see . */ Initial state is IGC_STATE_INITIAL, until everything needed has been successfully initialized. - This state also called `clamped' in MPS docs. + This state is called `parked' in MPS docs. State goes from IGC_STATE_INITIAL to IGC_STATE_USABLE_PARKED where everything is usable, but GC is not done. - This state is also called `parked' in MPS docs. + This still corresponds to the `parked' state in MPS docs. State then goes from there to IGC_STATE_USABLE when everything is fully usable and GCs are done. - This state is also called `unclamped' in MPS docs. + This state is called `unclamped' in MPS docs. It goes from usable to IGC_STATE_DEAD if an error happens or something is detected that forces us to terminate the process