X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fchdir-long.c;h=599d14157a9138823f17267f031c504547ad65a9;hb=141e296490e776bb758ee88616dae79aed0b4006;hp=9e538754703109a3c6caea86492f34a9dcae4ab7;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/lib/chdir-long.c b/lib/chdir-long.c index 9e5387547..599d14157 100644 --- a/lib/chdir-long.c +++ b/lib/chdir-long.c @@ -96,7 +96,7 @@ find_non_slash (char const *s) name. It handles an arbitrarily long directory name by operating on manageable portions of the name. On systems without the openat syscall, this means changing the working directory to more and more - `distant' points along the long directory name and then restoring + "distant" points along the long directory name and then restoring the working directory. If any of those attempts to save or restore the working directory fails, this function exits nonzero. @@ -245,7 +245,7 @@ main (int argc, char *argv[]) if (argc <= 1) { - /* Using `pwd' here makes sense only if it is a robust implementation, + /* Using 'pwd' here makes sense only if it is a robust implementation, like the one in coreutils after the 2004-04-19 changes. */ char const *cmd = "pwd"; execlp (cmd, (char *) NULL);