mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Fix typo in comment.
Reported by Frank Wojcik. * src/search.cc (Search::find_asso_values): Fix typo in comment.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2025-04-20 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
Fix typo in comment.
|
||||||
|
Reported by Frank Wojcik.
|
||||||
|
* src/search.cc (Search::find_asso_values): Fix typo in comment.
|
||||||
|
|
||||||
2025-04-20 Bruno Haible <bruno@clisp.org>
|
2025-04-20 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
Use an array-list instead of a linked-list of equiv.-classes, part 2.
|
Use an array-list instead of a linked-list of equiv.-classes, part 2.
|
||||||
|
|||||||
@@ -1224,7 +1224,7 @@ Search::find_asso_values ()
|
|||||||
if (best_possible_collisions == UINT_MAX)
|
if (best_possible_collisions == UINT_MAX)
|
||||||
{
|
{
|
||||||
/* All c with _occurrences[c] > 0 are undetermined. We are
|
/* All c with _occurrences[c] > 0 are undetermined. We are
|
||||||
are the starting situation and don't need any more step. */
|
at the starting situation and don't need any more step. */
|
||||||
delete_partition (partition);
|
delete_partition (partition);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user