This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 3/9] Fix typos.
- From: Will Newton <will dot newton at linaro dot org>
- To: Ondřej Bílka <neleai at seznam dot cz>
- Cc: "Joseph S. Myers" <joseph at codesourcery dot com>, libc-alpha <libc-alpha at sourceware dot org>, "libc-ports at sourceware dot org" <libc-ports at sourceware dot org>
- Date: Fri, 30 Aug 2013 12:01:56 +0100
- Subject: Re: [PATCH 3/9] Fix typos.
- Authentication-results: sourceware.org; auth=none
- References: <20130813082629 dot GA27180 at domone dot kolej dot mff dot cuni dot cz> <20130818164943 dot GA7418 at domone> <Pine dot LNX dot 4 dot 64 dot 1308181956050 dot 10353 at digraph dot polyomino dot org dot uk> <20130818220954 dot GA20381 at domone> <20130830104815 dot GA7412 at domone dot kolej dot mff dot cuni dot 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