mm.c (rate): Fix comment typo.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 12 Sep 2018 10:40:06 +0000 (11:40 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 5 Sep 2019 13:09:49 +0000 (14:09 +0100)
mm.c

diff --git a/mm.c b/mm.c
index 47ffa0c..16f635b 100644 (file)
--- 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
  *