public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: Will Newton <will.newton@linaro.org>
To: "Ondřej Bílka" <neleai@seznam.cz>
Cc: "Joseph S. Myers" <joseph@codesourcery.com>,
	libc-alpha <libc-alpha@sourceware.org>,
		"libc-ports@sourceware.org" <libc-ports@sourceware.org>
Subject: Re: [PATCH 3/9] Fix typos.
Date: Fri, 30 Aug 2013 11:01:00 -0000	[thread overview]
Message-ID: <CANu=DmgYKSev_Yt2c6fX8YT4qHyf9U7c=GaiM9tw3LQTRf_UGg@mail.gmail.com> (raw)
In-Reply-To: <20130830104815.GA7412@domone.kolej.mff.cuni.cz>

On 30 August 2013 11:48, Ondřej Bílka <neleai@seznam.cz> wrote:

>                          \n-/* Hardware capablity bit numbers are derived direct
>                          \n+/* Hardware capability bit numbers are derived direc
>                                              ^
> ts.  This makes sure that the multibyte chracter digit \n representations are no
> ts.  This makes sure that the multibyte character digit \n representations are n
>                                           ^
> *  Note: \n-*   A terminating null wide chararacter is always appended to \n *
> *  Note: \n+*   A terminating null wide character is always appended to \n *   t
>                                          ^   ^
> ing was found \n-But as a sign that the chracter is in the stopset we store its
> ing was found \n+But as a sign that the character is in the stopset we store its
>                                           ^
> SASCII (per the DNS spec), \n-* is this characted special ("in need of quoting")
> SASCII (per the DNS spec), \n+* is this character special ("in need of quoting")
>                                                 ^
>                   \n-/* $$dyncall fixes childs PIC register */ \n
>                   \n+/* $$dyncall fixes children PIC register */ \n
>                                              ^ ^

This should probably be "the child's".

>                            \n-/* In the childs, unlock the interlock, and start
>                            \n+/* In the children, unlock the interlock, and star
>                                              ^ ^

This should probably be "child".

> The WRITE_BUFFER_SIZE value needs to be choosen such that if we set \n the socke
> The WRITE_BUFFER_SIZE value needs to be chosen such that if we set \n the socket
>                                          ^ ^
> string_copy): /* Check how many 32 byte chunck to copy */ \n srwi.   r7,r5,4
> string_copy): /* Check how many 32 byte chunk to copy */ \n srwi.   r7,r5,4
>                                            ^^

Should be "chunks".

>                 \n-/* Chebyshev polynom coeficients for (exp(x)-1)/x */ \n #defi
>                 \n+/* Chebyshev polynom coefficients for (exp(x)-1)/x */ \n #def
>                                            ^^
>                 \n-/* Chebyshev polynom coeficients for (exp(x)-1)/x */ \n #defi
>                 \n+/* Chebyshev polynom coefficients for (exp(x)-1)/x */ \n #def
>                                            ^^
> rounded to 16 bits. \n-//    Polynomial coeffitients for Q(z) we have in the tab
> rounded to 16 bits. \n+//    Polynomial coefficients for Q(z) we have in the tab
>                                               ^
> = z <= x(i+1)-x(i). \n-//    Polynomial coeffitients we have in the table erfc_p
> = z <= x(i+1)-x(i). \n+//    Polynomial coefficients we have in the table erfc_p
>                                               ^
> x(i+1), i = 0,1,2,3 \n-//    Polynomial coeffitients we have in the table erfc_p
> x(i+1), i = 0,1,2,3 \n+//    Polynomial coefficients we have in the table erfc_p
>                                               ^
> r11 \n-jbe LABEL(strcmp_exitz)/* finish comparision */ \n #endif
> r11 \n+jbe LABEL(strcmp_exitz)/* finish comparison */ \n #endif
>                                                ^^
> pcmpistri to do the scanning and string comparsion requirements of \n sub-string
> pcmpistri to do the scanning and string comparison requirements of \n sub-string
>                                               ^^
> _exponent_of_x - 0xFFFE \n-// needed to comparion with 0.5 and 2.0 \n br.cond.sp
> _exponent_of_x - 0xFFFE \n+// needed to comparison with 0.5 and 2.0 \n br.cond.s
>                                                ^

This should be "for comparison".

> _exponent_of_x - 0xFFFE \n-// needed to comparion with 0.5 and 2.0 \n }
> _exponent_of_x - 0xFFFE \n+// needed to comparison with 0.5 and 2.0 \n }
>                                                ^

Likewise.


-- 
Will Newton
Toolchain Working Group, Linaro

  reply	other threads:[~2013-08-30 11: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 [this message]
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

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='CANu=DmgYKSev_Yt2c6fX8YT4qHyf9U7c=GaiM9tw3LQTRf_UGg@mail.gmail.com' \
    --to=will.newton@linaro.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).