From d984c0bca01a92fb06e2a0bca2042240953e7808 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering@redhat.com>
Date: Thu, 8 Oct 2009 18:25:39 +0200
Subject: [PATCH] unistd: fix comment typo

* lib/unistd.in.h (euidaccess): Fix a comment typo.
---
 ChangeLog       | 5 +++++
 lib/unistd.in.h | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 3f191977aa..f3746471a2 100644
--- 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
diff --git a/lib/unistd.in.h b/lib/unistd.in.h
index b6ea889a8b..b6d2fa06b8 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
-- 
2.39.5