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


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