This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 4/9] Fix typos.


On 09/02/2013 11:37 AM, OndÅej BÃlka wrote:

--- a/ports/sysdeps/ia64/fpu/e_logf.S
+++ b/ports/sysdeps/ia64/fpu/e_logf.S
@@ -119,7 +119,7 @@
  //   L2 = 1.0/log(10)
  //
  // So common code with two different entry points those set pointers
-// to the base address of coresponding data sets containing values
+// to the base address of corresponding data sets containing values
  // of L2,T and prepare integer representation of L1 needed for following
  // setf instruction can be used.

This sentence doesn't parse for me. Perhaps s/those/which/ on the first line?

diff --git a/nis/nss_compat/compat-grp.c b/nis/nss_compat/compat-grp.c
index 72a9a7a..239ad90 100644
--- a/nis/nss_compat/compat-grp.c
+++ b/nis/nss_compat/compat-grp.c
@@ -254,7 +254,7 @@ getgrent_next_nss (struct group *result, ent_t *ent, char *buffer,
    return NSS_STATUS_SUCCESS;
  }

-/* This function handle the +group entrys in /etc/group */
+/* This function handle the +group entries in /etc/group */
  static enum nss_status
  getgrnam_plusgroup (const char *name, struct group *result, ent_t *ent,
  		    char *buffer, size_t buflen, int *errnop)
diff --git a/nis/nss_compat/compat-pwd.c b/nis/nss_compat/compat-pwd.c
index f934fb2..275ae53 100644
--- a/nis/nss_compat/compat-pwd.c
+++ b/nis/nss_compat/compat-pwd.c
@@ -478,7 +478,7 @@ getpwent_next_nss (struct passwd *result, ent_t *ent, char *buffer,
    return NSS_STATUS_SUCCESS;
  }

-/* This function handle the +user entrys in /etc/passwd */
+/* This function handle the +user entries in /etc/passwd */
  static enum nss_status
  getpwnam_plususer (const char *name, struct passwd *result, ent_t *ent,
  		   char *buffer, size_t buflen, int *errnop)
diff --git a/nis/nss_compat/compat-spwd.c b/nis/nss_compat/compat-spwd.c
index e854b28..8413bc5 100644
--- a/nis/nss_compat/compat-spwd.c
+++ b/nis/nss_compat/compat-spwd.c
@@ -430,7 +430,7 @@ getspent_next_nss (struct spwd *result, ent_t *ent,
  }


-/* This function handle the +user entrys in /etc/shadow */
+/* This function handle the +user entries in /etc/shadow */
  static enum nss_status
  getspnam_plususer (const char *name, struct spwd *result, ent_t *ent,
  		   char *buffer, size_t buflen, int *errnop)

I think this should read "This function handles".  Rest looks okay.

--
Florian Weimer / Red Hat Product Security Team


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]