diff options
Diffstat (limited to 'kpat/freecell-solver/intrface.c')
-rw-r--r-- | kpat/freecell-solver/intrface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/freecell-solver/intrface.c b/kpat/freecell-solver/intrface.c index e70e8fca..44aa29a0 100644 --- a/kpat/freecell-solver/intrface.c +++ b/kpat/freecell-solver/intrface.c @@ -795,7 +795,7 @@ static void trace_solution( s1 = instance->final_state; - /* Retrace the step from the current state to its tqparents */ + /* Retrace the step from the current state to its parents */ while (s1->tqparent != NULL) { /* Mark the state as part of the non-optimized solution */ |