public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: Florian Weimer <fweimer@redhat.com>
To: "Ondřej Bílka" <neleai@seznam.cz>
Cc: "Joseph S. Myers" <joseph@codesourcery.com>,
	libc-alpha@sourceware.org,        libc-ports@sourceware.org
Subject: Re: [PATCH 4/9] Fix typos.
Date: Mon, 02 Sep 2013 10:01:00 -0000	[thread overview]
Message-ID: <522461D4.3060903@redhat.com> (raw)
In-Reply-To: <20130902093742.GE11034@domone.kolej.mff.cuni.cz>

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

  reply	other threads:[~2013-09-02 10:01 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-13  8:27 [PATCH] " Ondřej Bílka
2013-08-14 19:18 ` Roland McGrath
2013-08-18 16:50 ` Ondřej Bílka
2013-08-18 20:15   ` Joseph S. Myers
2013-08-18 22:10     ` [PATCH 1/9] " Ondřej Bílka
2013-08-18 22:31       ` Allan McRae
2013-08-19 19:32       ` Joseph S. Myers
2013-08-21 10:38         ` [PATCH 1/9 v2] " Ondřej Bílka
2013-08-21 15:48           ` Joseph S. Myers
2013-08-22 13:56       ` [PATCH 2/9] " Ondřej Bílka
2013-08-22 15:04         ` Joseph S. Myers
2013-08-24  7:43           ` Ondřej Bílka
2013-08-28 16:07             ` Joseph S. Myers
2013-08-30 10:48       ` [PATCH 3/9] " Ondřej Bílka
2013-08-30 11:01         ` Will Newton
2013-08-30 15:47           ` [PATCH 3/9 v2] " Ondřej Bílka
2013-08-30 16:01             ` Joseph S. Myers
2013-08-30 12:58       ` [PATCH 3.5/9] Fix then/than typo Ondřej Bílka
2013-08-30 13:34         ` Allan McRae
2013-08-30 16:22         ` Brooks Moses
2013-09-02  9:30           ` [COMMITED] Fix additional typo Ondřej Bílka
2013-09-02  9:37       ` [PATCH 4/9] Fix typos Ondřej Bílka
2013-09-02 10:01         ` Florian Weimer [this message]
2013-09-02 10:15         ` Allan McRae

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=522461D4.3060903@redhat.com \
    --to=fweimer@redhat.com \
    --cc=joseph@codesourcery.com \
    --cc=libc-alpha@sourceware.org \
    --cc=libc-ports@sourceware.org \
    --cc=neleai@seznam.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).