* lib/fdopendir.c (fdopendir_with_dup): REPLACE_FCHDIR was misspelled.
+2015-03-18 Paul Eggert <eggert@cs.ucla.edu>
+
+ fdopendir: fix typo in comment
+ * lib/fdopendir.c (fdopendir_with_dup): REPLACE_FCHDIR was misspelled.
+
2015-03-09 Eric Blake <eblake@redhat.com>
error: document all entry points provided
That way, barring race conditions, fd_clone_opendir returns a
stream whose file descriptor is FD.
- If REPLACE_CHDIR or CWD is null, use opendir ("/proc/self/fd/...",
+ If REPLACE_FCHDIR or CWD is null, use opendir ("/proc/self/fd/...",
falling back on fchdir metadata. Otherwise, CWD is a saved version
of the working directory; use fchdir/opendir(".")/restore_cwd(CWD). */
static DIR *