diff options
Diffstat (limited to 'gcc/spellcheck.c')
-rw-r--r-- | gcc/spellcheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/spellcheck.c b/gcc/spellcheck.c index 9b9bcdf..7891260 100644 --- a/gcc/spellcheck.c +++ b/gcc/spellcheck.c @@ -166,7 +166,7 @@ find_closest_string (const char *target, to be meaningful, given a goal of length GOAL_LEN and a candidate of length CANDIDATE_LEN. - This is a third of the the length of the candidate or of the goal, + This is a third of the length of the candidate or of the goal, whichever is bigger. */ edit_distance_t |