changeset 12142:cc3ba2052ea4

unistd: fix comment typo * lib/unistd.in.h (euidaccess): Fix a comment typo.
author Jim Meyering <meyering@redhat.com>
date Thu, 08 Oct 2009 18:25:39 +0200
parents 1fd105be1362
children d1f84df3a7a4
files ChangeLog lib/unistd.in.h
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/lib/unistd.in.h
+++ b/lib/unistd.in.h
@@ -239,7 +239,7 @@
 
 #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