From: Mark Wooding Date: Mon, 4 Mar 2024 16:05:53 +0000 (+0000) Subject: dump-runlisp-image.c: Fix random typo in commentary. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/runlisp/commitdiff_plain/1740a58ce3b204566212196810c36902b8b1b56c dump-runlisp-image.c: Fix random typo in commentary. --- 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) {