From 1740a58ce3b204566212196810c36902b8b1b56c Mon Sep 17 00:00:00 2001 Message-Id: <1740a58ce3b204566212196810c36902b8b1b56c.1715703025.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 4 Mar 2024 16:05:53 +0000 Subject: [PATCH] dump-runlisp-image.c: Fix random typo in commentary. Organization: Straylight/Edgeware From: Mark Wooding --- dump-runlisp-image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dump-runlisp-image.c b/dump-runlisp-image.c index 9dc6a2a..e33582d 100644 --- a/dump-runlisp-image.c +++ b/dump-runlisp-image.c @@ -918,7 +918,7 @@ static void finish_job(struct job *job) job->exit); /* What happens next depends on the state of the job. This is the main - * place which advanced the job state machine. + * place which advances the job state machine. */ if (ok) switch (job->st) { -- [mdw]