diff --git a/src/key-list.cc b/src/key-list.cc index 1c941a4..d8dc09e 100644 --- a/src/key-list.cc +++ b/src/key-list.cc @@ -587,7 +587,7 @@ Key_List::already_determined (List_Node *ptr) } /* Reorders the table by first sorting the list so that frequently occuring - keys appear first, and then the list is reorded so that keys whose values + keys appear first, and then the list is reordered so that keys whose values are already determined will be placed towards the front of the list. This helps prune the search time by handling inevitable collisions early in the search process. See Cichelli's paper from Jan 1980 JACM for details.... */