diff options
Diffstat (limited to 'editors/diff.c')
-rw-r--r-- | editors/diff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/diff.c b/editors/diff.c index a3ca2b660..83de52753 100644 --- a/editors/diff.c +++ b/editors/diff.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Agency (DARPA) and Air Force Research Laboratory, Air Force | 10 | * Agency (DARPA) and Air Force Research Laboratory, Air Force |
11 | * Materiel Command, USAF, under agreement number F39502-99-1-0512. | 11 | * Materiel Command, USAF, under agreement number F39502-99-1-0512. |
12 | * | 12 | * |
13 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 13 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
14 | */ | 14 | */ |
15 | 15 | ||
16 | /* | 16 | /* |
@@ -479,7 +479,7 @@ start: | |||
479 | for (; suff < nlen[0] - pref && suff < nlen[1] - pref && | 479 | for (; suff < nlen[0] - pref && suff < nlen[1] - pref && |
480 | nfile[0][nlen[0] - suff].value == nfile[1][nlen[1] - suff].value; | 480 | nfile[0][nlen[0] - suff].value == nfile[1][nlen[1] - suff].value; |
481 | suff++); | 481 | suff++); |
482 | /* Arrays are pruned by the suffix and prefix lenght, | 482 | /* Arrays are pruned by the suffix and prefix length, |
483 | * the result being sorted and stored in sfile[fileno], | 483 | * the result being sorted and stored in sfile[fileno], |
484 | * and their sizes are stored in slen[fileno] | 484 | * and their sizes are stored in slen[fileno] |
485 | */ | 485 | */ |