From: Jim Meyering Date: Thu, 8 Oct 2009 16:25:39 +0000 (+0200) Subject: unistd: fix comment typo X-Git-Tag: v0.1~5345 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=d984c0bca01a92fb06e2a0bca2042240953e7808;p=gnulib.git unistd: fix comment typo * lib/unistd.in.h (euidaccess): Fix a comment typo. --- diff --git a/ChangeLog b/ChangeLog index 3f191977a..f3746471a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-10-08 Jim Meyering + + unistd: fix comment typo + * lib/unistd.in.h (euidaccess): Fix a comment typo. + 2009-10-08 Eric Blake areadlink: use SIZE_MAX consistently diff --git a/lib/unistd.in.h b/lib/unistd.in.h index b6ea889a8..b6d2fa06b 100644 --- a/lib/unistd.in.h +++ b/lib/unistd.in.h @@ -239,7 +239,7 @@ extern char **environ; #if @GNULIB_EUIDACCESS@ # if !@HAVE_EUIDACCESS@ -/* Like access(), except that is uses the effective user id and group id of +/* Like access(), except that it uses the effective user id and group id of the current process. */ extern int euidaccess (const char *filename, int mode); # endif