* lib/unistd.in.h (euidaccess): Fix a comment typo.
+2009-10-08 Jim Meyering <meyering@redhat.com>
+
+ unistd: fix comment typo
+ * lib/unistd.in.h (euidaccess): Fix a comment typo.
+
2009-10-08 Eric Blake <ebb9@byu.net>
areadlink: use SIZE_MAX consistently
#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