diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-30 01:19:47 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-30 01:19:47 +0200 |
commit | 25b47553026a0f05955942e014ec42a9250e0e86 (patch) | |
tree | b7bdc5764cbb9ede4c3632b3ff487b74dd275939 | |
parent | d493e9361fb12804be8a18dba80424e0bb125cdc (diff) | |
download | busybox-w32-25b47553026a0f05955942e014ec42a9250e0e86.tar.gz busybox-w32-25b47553026a0f05955942e014ec42a9250e0e86.tar.bz2 busybox-w32-25b47553026a0f05955942e014ec42a9250e0e86.zip |
typo fix in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | editors/diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/diff.c b/editors/diff.c index 77e8f1d07..83de52753 100644 --- a/editors/diff.c +++ b/editors/diff.c | |||
@@ -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 | */ |