public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: Allan McRae <allan@archlinux.org>
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:15:00 -0000	[thread overview]
Message-ID: <52246536.4090202@archlinux.org> (raw)
In-Reply-To: <20130902093742.GE11034@domone.kolej.mff.cuni.cz>

On 02/09/13 19:37, Ondřej Bílka wrote:
> Here are next typos.

A couple of additions:

<snip>

> diff --git a/ports/sysdeps/powerpc/powerpc32/405/memset.S b/ports/sysdeps/powerpc/powerpc32/405/memset.S
> index b73dba8..e0813f2 100644
> --- a/ports/sysdeps/powerpc/powerpc32/405/memset.S
> +++ b/ports/sysdeps/powerpc/powerpc32/405/memset.S
> @@ -27,11 +27,11 @@
>         r12:temp return address
>  
>         Save return address in r12
> -       If destinationn is unaligned and count is greater tha 255 bytes
> +       If destination is unaligned and count is greater tha 255 bytes

tha -> than

>         set 0-3 bytes to make destination aligned
>         If count is greater tha 255 bytes and setting zero to memory
> -       use dbcz to set memeory when we can
> -       otherwsie do the follwoing
> +       use dbcz to set memory when we can
> +       otherwise do the following
>         If 16 or more words to set we use 16 word copy loop.
>         Finaly we set 0-15 extra bytes with string store. */
>  
> diff --git a/ports/sysdeps/powerpc/powerpc32/476/memset.S b/ports/sysdeps/powerpc/powerpc32/476/memset.S
> index 48c21d6..fd2210c 100644
> --- a/ports/sysdeps/powerpc/powerpc32/476/memset.S
> +++ b/ports/sysdeps/powerpc/powerpc32/476/memset.S
> @@ -27,11 +27,11 @@
>         r12:temp return address
>  
>         Save return address in r12
> -       If destinationn is unaligned and count is greater tha 255 bytes
> +       If destination is unaligned and count is greater tha 255 bytes

tha -> than

>         set 0-3 bytes to make destination aligned
>         If count is greater tha 255 bytes and setting zero to memory
> -       use dbcz to set memeory when we can
> -       otherwsie do the follwoing
> +       use dbcz to set memory when we can
> +       otherwise do the following
>         If 16 or more words to set we use 16 word copy loop.
>         Finaly we set 0-15 extra bytes with string store. */
>  

<snip>

> 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 */

handle -> handles

>  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 */

handle -> handles

>  static enum nss_status
>  getpwnam_plususer (const char *name, struct passwd *result, ent_t *ent,
>  		   char *buffer, size_t buflen, int *errnop)


Allan

      parent reply	other threads:[~2013-09-02 10:15 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
2013-09-02 10:15         ` Allan McRae [this message]

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=52246536.4090202@archlinux.org \
    --to=allan@archlinux.org \
    --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).