chiark / gitweb /
dump-runlisp-image.c: Fix random typo in commentary.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 4 Mar 2024 16:05:53 +0000 (16:05 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 4 Mar 2024 16:06:07 +0000 (16:06 +0000)
dump-runlisp-image.c

index 9dc6a2a70e63902a1d803b718fee1970a01fff95..e33582d9de6f9953d0e3ebe9be2d6488cd6b14fc 100644 (file)
@@ -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) {