unistd: fix comment typo
authorJim Meyering <meyering@redhat.com>
Thu, 8 Oct 2009 16:25:39 +0000 (18:25 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 9 Oct 2009 07:29:33 +0000 (09:29 +0200)
* lib/unistd.in.h (euidaccess): Fix a comment typo.

ChangeLog
lib/unistd.in.h

index 3f19197..f374647 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index b6ea889..b6d2fa0 100644 (file)
@@ -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