mm.c (rate): Fix comment typo.
[mm] / 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
  *