From: Paul Eggert Date: Wed, 18 Mar 2015 19:47:12 +0000 (-0700) Subject: fdopendir: fix typo in comment X-Git-Tag: v1.0~7115 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=b89aa0edea32ca947722bb845b41606f171c9895;p=gnulib.git fdopendir: fix typo in comment * lib/fdopendir.c (fdopendir_with_dup): REPLACE_FCHDIR was misspelled. --- diff --git a/ChangeLog b/ChangeLog index 293b8639d5..18d90e2d7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-03-18 Paul Eggert + + fdopendir: fix typo in comment + * lib/fdopendir.c (fdopendir_with_dup): REPLACE_FCHDIR was misspelled. + 2015-03-09 Eric Blake error: document all entry points provided diff --git a/lib/fdopendir.c b/lib/fdopendir.c index 9dc1e7b26d..117baa9993 100644 --- a/lib/fdopendir.c +++ b/lib/fdopendir.c @@ -93,7 +93,7 @@ fdopendir (int fd) 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 *