Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-08-30 03:19:47 +0400
committerDenys Vlasenko <vda.linux@googlemail.com>2010-08-30 03:19:47 +0400
commit25b47553026a0f05955942e014ec42a9250e0e86 (patch)
treeb7bdc5764cbb9ede4c3632b3ff487b74dd275939 /editors/diff.c
parentd493e9361fb12804be8a18dba80424e0bb125cdc (diff)
typo fix in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'editors/diff.c')
-rw-r--r--editors/diff.c2
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:
for (; suff < nlen[0] - pref && suff < nlen[1] - pref &&
nfile[0][nlen[0] - suff].value == nfile[1][nlen[1] - suff].value;
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],
* and their sizes are stored in slen[fileno]
*/