From fe3f53d354826293e14a9e08def8b46c68660656 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 1 Oct 2002 20:16:45 +0000 Subject: [PATCH] Typo, found by Bruce Lilly. --- src/key-list.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.... */