From: Bruno Haible Date: Mon, 18 Dec 2006 13:23:40 +0000 (+0000) Subject: Fix comment. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edb56e7db68788469f71800feaf9c40fdbba0431;p=thirdparty%2Fgnulib.git Fix comment. --- diff --git a/lib/fstrcmp.c b/lib/fstrcmp.c index 7d881da45b..90141d9d72 100644 --- a/lib/fstrcmp.c +++ b/lib/fstrcmp.c @@ -20,7 +20,7 @@ The basic idea is to consider two vectors as similar if, when transforming the first vector into the second vector through a - sequence of edits (inserts and deletes of one character each), + sequence of edits (inserts and deletes of one element each), this sequence is short - or equivalently, if the ordered list of elements that are untouched by these edits is long. For a good introduction to the subject, read about the "Levenshtein