[git commit master 1/1] typo fix in comment

Denys Vlasenko vda.linux at googlemail.com
Sun Aug 29 23:19:47 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=25b47553026a0f05955942e014ec42a9250e0e86
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 editors/diff.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/editors/diff.c b/editors/diff.c
index 77e8f1d..83de527 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]
 	 */
-- 
1.7.1



More information about the busybox-cvs mailing list