typo fix in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
d493e9361f
commit
25b4755302
@ -479,7 +479,7 @@ start:
|
|||||||
for (; suff < nlen[0] - pref && suff < nlen[1] - pref &&
|
for (; suff < nlen[0] - pref && suff < nlen[1] - pref &&
|
||||||
nfile[0][nlen[0] - suff].value == nfile[1][nlen[1] - suff].value;
|
nfile[0][nlen[0] - suff].value == nfile[1][nlen[1] - suff].value;
|
||||||
suff++);
|
suff++);
|
||||||
/* Arrays are pruned by the suffix and prefix lenght,
|
/* Arrays are pruned by the suffix and prefix length,
|
||||||
* the result being sorted and stored in sfile[fileno],
|
* the result being sorted and stored in sfile[fileno],
|
||||||
* and their sizes are stored in slen[fileno]
|
* and their sizes are stored in slen[fileno]
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user