projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d493e93
)
typo fix in comment
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 29 Aug 2010 23:19:47 +0000
(
01:19
+0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 29 Aug 2010 23:19:47 +0000
(
01:19
+0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
editors/diff.c
patch
|
blob
|
history
diff --git
a/editors/diff.c
b/editors/diff.c
index 77e8f1d07b748ae94012eac16b1f2e6708ea09ca..83de5275302d2f29e6e0010294fbc7e4513ec736 100644
(file)
--- 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 leng
ht
,
+ /* Arrays are pruned by the suffix and prefix leng
th
,
* the result being sorted and stored in sfile[fileno],
* and their sizes are stored in slen[fileno]
*/