From bacbc6ededcbeacf23d2a912c620a2e2a212ee43 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Sat, 1 Oct 2022 19:49:43 +0200 Subject: [PATCH] typo --- 2019/day07/aoc-c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2019/day07/aoc-c.c b/2019/day07/aoc-c.c index aee7c92..192af22 100644 --- a/2019/day07/aoc-c.c +++ b/2019/day07/aoc-c.c @@ -149,7 +149,7 @@ static int run(program_t *p, int *end) if (prg_get_input(p, &input)) poke(p, p->cur, 1, input); else - /* we need an input which is not yet avalable, so we need + /* we need an input which is not yet avalaible, so we need * to put the program in "waiting mode": We stop it (and * return output value) without setting end flag. */