* lib/fts.c (fts_build): Typo correction to comment.
authorMartin Buchholz <martin@xemacs.org>
Wed, 20 Feb 2008 11:15:12 +0000 (12:15 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 20 Feb 2008 11:15:12 +0000 (12:15 +0100)
ChangeLog
lib/fts.c

index 8fc6136d1e12818faf012141bec77b6d19822984..1c052ac433a6f3bef00087918955d1dddd8b0be9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
+
+       * lib/fts.c (fts_build): Typo correction to comment.
+
 2008-02-17  Bruno Haible  <bruno@clisp.org>
 
        * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
index 36ccf683d53b73c8cf928befbe6a2a376e12c7db..7956f72408bd78e27706df1fe8636ac9fe97df9d 100644 (file)
--- a/lib/fts.c
+++ b/lib/fts.c
@@ -1090,7 +1090,7 @@ mem1:                             saved_errno = errno;
                new_len = len + _D_EXACT_NAMLEN (dp);
                if (new_len < len) {
                        /*
-                        * In the unlikely even that we would end up
+                        * In the unlikely event that we would end up
                         * with a file name longer than SIZE_MAX, free up
                         * the current structure and the structures already
                         * allocated, then error out with ENAMETOOLONG.