cex: clarify message

Reported by Frank Heckenbach.
https://lists.gnu.org/r/bug-bison/2022-07/msg00007.html

src/counterexample.c (unifying_example): Prefer "searching for" to
"finding", which is somewhat confusing.
This commit is contained in:
Akim Demaille
2022-09-10 14:53:39 +02:00
parent 374cf8bbaf
commit 290d3d09d4

View File

@@ -1165,7 +1165,7 @@ unifying_example (state_item_number itm1,
&& stage3result)
{
fputs ("Productions leading up to the conflict state found. "
"Still finding a possible unifying counterexample...",
"Still searching for a possible unifying counterexample...",
stderr);
assurance_printed = true;
}