typo fix in comment
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 29 Aug 2010 23:19:47 +0000 (01:19 +0200)
committerDenys 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

index 77e8f1d07b748ae94012eac16b1f2e6708ea09ca..83de5275302d2f29e6e0010294fbc7e4513ec736 100644 (file)
@@ -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]
         */