1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 21:19:24 +00:00

Typo, found by Bruce Lilly.

This commit is contained in:
Bruno Haible
2002-10-01 20:16:45 +00:00
parent 2bf81b1e13
commit fe3f53d354

View File

@@ -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.... */