From 7628cccb78f40f6a6a5a5f12d7d8eca92bc13dcd Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 12 Sep 2018 11:40:06 +0100 Subject: [PATCH] mm.c (rate): Fix comment typo. --- mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm.c b/mm.c index 47ffa0c..16f635b 100644 --- a/mm.c +++ b/mm.c @@ -71,7 +71,7 @@ typedef struct mm { * * The rating function works by taking a pass over the guess, computing a * count table %$v'$%; but for each guess symbol which matches the - * correspondng code symbol, decrementing the count %$v_i$% for that symbol + * corresponding code symbol, decrementing the count %$v_i$% for that symbol * (in a temporary copy of the table %$v$%). The black count is then the * number of such matches, and the white count is given by * -- 2.11.0