* fts.c (fts_open): Tiny comment change.
authorJim Meyering <jim@meyering.net>
Wed, 4 Oct 2006 17:21:22 +0000 (17:21 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 4 Oct 2006 17:21:22 +0000 (17:21 +0000)
lib/ChangeLog
lib/fts.c

index 7acd852..6f39cdb 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-04  Jim Meyering  <jim@meyering.net>
+
+       * fts.c (fts_open): Tiny comment change.
+
 2006-10-03  Bruno Haible  <bruno@clisp.org>
 
        * gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
index 8044cd5..879da65 100644 (file)
--- a/lib/fts.c
+++ b/lib/fts.c
@@ -303,7 +303,7 @@ fts_open (char * const *argv,
                   openat via /proc, this technique can still fail, but
                   only in extreme conditions, e.g., when the working
                   directory cannot be saved (i.e. save_cwd fails) --
-                  and that happens only on Linux only when "." is unreadable
+                  and that happens on Linux only when "." is unreadable
                   and the CWD would be longer than PATH_MAX.
                   FIXME: once Linux kernel openat support is well established,
                   replace the above open call and this entire if/else block