From 07009de2815a5ec4df88c2751edee5c95c8a9ffc Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 20 Apr 2025 11:56:03 +0200 Subject: [PATCH] Fix typo in comment. Reported by Frank Wojcik. * src/search.cc (Search::find_asso_values): Fix typo in comment. --- ChangeLog | 6 ++++++ src/search.cc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 410dff3..661c697 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2025-04-20 Bruno Haible + + Fix typo in comment. + Reported by Frank Wojcik. + * src/search.cc (Search::find_asso_values): Fix typo in comment. + 2025-04-20 Bruno Haible Use an array-list instead of a linked-list of equiv.-classes, part 2. diff --git a/src/search.cc b/src/search.cc index 9b24356..e8d3f2e 100644 --- a/src/search.cc +++ b/src/search.cc @@ -1224,7 +1224,7 @@ Search::find_asso_values () if (best_possible_collisions == UINT_MAX) { /* 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); break; }