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:
@@ -587,7 +587,7 @@ Key_List::already_determined (List_Node *ptr)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Reorders the table by first sorting the list so that frequently occuring
|
/* 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
|
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
|
helps prune the search time by handling inevitable collisions early in the
|
||||||
search process. See Cichelli's paper from Jan 1980 JACM for details.... */
|
search process. See Cichelli's paper from Jan 1980 JACM for details.... */
|
||||||
|
|||||||
Reference in New Issue
Block a user