changeset 7402:82dc76cfd521

* fts.c (fts_open): Tiny comment change.
author Jim Meyering <jim@meyering.net>
date Wed, 04 Oct 2006 17:21:22 +0000
parents 69dc40fea0ee
children 2fbd1f779c5f
files lib/ChangeLog lib/fts.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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
--- a/lib/fts.c
+++ b/lib/fts.c
@@ -303,7 +303,7 @@
 		   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