diff options
| author | Ondřej Bílka <neleai@seznam.cz> | 2013-08-30 14:32:07 +0200 |
|---|---|---|
| committer | Ondřej Bílka <neleai@seznam.cz> | 2013-08-30 18:08:59 +0200 |
| commit | 382466e04e347d3b3fa221897efb8f4cdc239105 (patch) | |
| tree | 502407214f530137467309e605493cc0dd18f274 | |
| parent | 6b06ac56cdfc9293908724e51e827534e97819aa (diff) | |
| download | glibc-382466e04e347d3b3fa221897efb8f4cdc239105.tar.xz glibc-382466e04e347d3b3fa221897efb8f4cdc239105.zip | |
Fix typos.
47 files changed, 107 insertions, 45 deletions
@@ -1,3 +1,28 @@ +2013-08-30 Ondřej Bílka <neleai@seznam.cz> + + * elf/dl-open.c: Fix typos. + * iconvdata/gbbig5.c: Likewise. + * iconvdata/iso-2022-jp.c: Likewise. + * iconv/gconv_int.h: Likewise. + * iconv/loop.c: Likewise. + * nis/rpcsvc/nis.h: Likewise. + * resolv/ns_name.c: Likewise. + * stdio-common/vfscanf.c: Likewise. + * streams/stropts.h: Likewise. + * sunrpc/rpc_thread.c: Likewise. + * sysdeps/i386/strpbrk.S: Likewise. + * sysdeps/ieee754/k_standard.c: Likewise. + * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise. + * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise. + * sysdeps/mach/hurd/dl-sysdep.c: Likewise. + * sysdeps/mach/hurd/profil.c: Likewise. + * sysdeps/s390/dl-procinfo.h: Likewise. + * sysdeps/unix/sysv/linux/i386/chown.c: Likewise. + * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise. + * sysdeps/x86_64/dl-trampoline.S: Likewise. + * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise. + 2013-08-30 Ondřej Bílka <neleai@seznam.cz> * sysdeps/x86_64/multiarch/rawmemchr.S: Delete. diff --git a/elf/dl-open.c b/elf/dl-open.c index 24d6a70117..1403c8c091 100644 --- a/elf/dl-open.c +++ b/elf/dl-open.c @@ -158,7 +158,7 @@ add_to_global (struct link_map *new) return 0; } -/* Search link maps in all namespaces for the DSO that containes the object at +/* Search link maps in all namespaces for the DSO that contains the object at address ADDR. Returns the pointer to the link map of the matching DSO, or NULL if a match is not found. */ struct link_map * diff --git a/iconv/gconv_int.h b/iconv/gconv_int.h index 80c15335ef..06faeaafc9 100644 --- a/iconv/gconv_int.h +++ b/iconv/gconv_int.h @@ -49,7 +49,7 @@ struct gconv_alias }; -/* How many character should be conveted in one call? */ +/* How many character should be converted in one call? */ #define GCONV_NCHAR_GOAL 8160 diff --git a/iconv/loop.c b/iconv/loop.c index 46bfdbb47f..ad0181f744 100644 --- a/iconv/loop.c +++ b/iconv/loop.c @@ -38,7 +38,7 @@ BODY this is supposed to expand to the body of the loop. The user must provide this. - EXTRA_LOOP_DECLS extra arguments passed from converion loop call. + EXTRA_LOOP_DECLS extra arguments passed from conversion loop call. INIT_PARAMS code to define and initialize variables from params. UPDATE_PARAMS code to store result in params. diff --git a/iconvdata/gbbig5.c b/iconvdata/gbbig5.c index c08a2c1e65..bb75fa7b7d 100644 --- a/iconvdata/gbbig5.c +++ b/iconvdata/gbbig5.c @@ -22,7 +22,7 @@ #include <stdint.h> /* - * This module does convertions between gb2312 and big5 encodings. + * This module does conversions between gb2312 and big5 encodings. * It is necessary because gb2312 encoding use simplified chinese, * while big5 use traditional one. Often times both the simplified * version of a chinese character and its traditional counterpart diff --git a/iconvdata/iso-2022-jp.c b/iconvdata/iso-2022-jp.c index ce66121380..7fb513fea9 100644 --- a/iconvdata/iso-2022-jp.c +++ b/iconvdata/iso-2022-jp.c @@ -271,7 +271,7 @@ gconv_end (struct __gconv_step *data) if (__builtin_expect (ch, 0) == ESC) \ { \ /* We now must be prepared to read two to three more \ - chracters. If we have a match in the first character but \ + characters. If we have a match in the first character but \ then the input buffer ends we terminate with an error since \ we must not risk missing an escape sequence just because it \ is not entirely in the current input buffer. */ \ diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 3bc2fcfe9f..1bdc72ac83 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2013-08-30 Ondřej Bílka <neleai@seznam.cz> + + * tests-mbwc/dat_wcsncat.c: Fix typos. + * tests/test6.c: Likewise. + * tst-digits.c: Likewise. + 2013-06-13 Johan Heikkila <johan.heikkila@gmail.com> [BZ#15432] diff --git a/localedata/tests-mbwc/dat_wcsncat.c b/localedata/tests-mbwc/dat_wcsncat.c index 948d80ce9f..8487033e6f 100644 --- a/localedata/tests-mbwc/dat_wcsncat.c +++ b/localedata/tests-mbwc/dat_wcsncat.c @@ -9,7 +9,7 @@ /* * Note: - * A terminating null wide chararacter is always appended to + * A terminating null wide character is always appended to * the result: ws1. * */ diff --git a/localedata/tests/test6.c b/localedata/tests/test6.c index 30d4a1188c..65486016a3 100644 --- a/localedata/tests/test6.c +++ b/localedata/tests/test6.c @@ -40,7 +40,7 @@ main (void) /* Test basic table handling (basic == not more than 256 characters). The charmaps swaps the normal lower-upper case meaning of the ASCII characters used in the source code while the Unicode mapping - in the repertoire map has the normal correspondants. This test + in the repertoire map has the normal correspondents. This test shows the independence of the tables for `char' and `wchar_t' characters. */ diff --git a/localedata/tst-digits.c b/localedata/tst-digits.c index a0cb4736a7..c5b594eb66 100644 --- a/localedata/tst-digits.c +++ b/localedata/tst-digits.c @@ -178,7 +178,7 @@ main (void) printf ("%d failures in wprintf tests\n", failures); status = failures != 0; - /* ctype tests. This makes sure that the multibyte chracter digit + /* ctype tests. This makes sure that the multibyte character digit representations are not handle in this table. */ failures = 0; for (cnt = 0; cnt < 256; ++cnt) diff --git a/nis/rpcsvc/nis.h b/nis/rpcsvc/nis.h index 5c5c7bb41b..933c4d9daf 100644 --- a/nis/rpcsvc/nis.h +++ b/nis/rpcsvc/nis.h @@ -470,7 +470,7 @@ typedef struct fd_result fd_result; #define NIS_NOBODY(a, m) (((a) & ((m) << 24)) != 0) /* * EOL Alert - The following non-prefixed test macros are - * here for backward compatability, and will be not be present + * here for backward compatibility, and will be not be present * in future releases - use the NIS_*() macros above. */ #define WORLD(a, m) (((a) & (m)) != 0) diff --git a/nptl/ChangeLog b/nptl/ChangeLog index a047c2347f..d1efbb43e5 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2013-08-30 Ondřej Bílka <neleai@seznam.cz> + + * sysdeps/pthread/pthread.h: Fix typos. + * sysdeps/unix/sysv/linux/internaltypes.h: Likewise. + * tst-cancel4.c: Likewise. + 2013-08-21 Ondřej Bílka <neleai@seznam.cz> * pthread_getschedparam.c: Fix typos. diff --git a/nptl/sysdeps/pthread/pthread.h b/nptl/sysdeps/pthread/pthread.h index 61d534687f..b58f60e4dd 100644 --- a/nptl/sysdeps/pthread/pthread.h +++ b/nptl/sysdeps/pthread/pthread.h @@ -1034,13 +1034,13 @@ extern int pthread_condattr_setpshared (pthread_condattr_t *__attr, int __pshared) __THROW __nonnull ((1)); #ifdef __USE_XOPEN2K -/* Get the clock selected for the conditon variable attribute ATTR. */ +/* Get the clock selected for the condition variable attribute ATTR. */ extern int pthread_condattr_getclock (const pthread_condattr_t * __restrict __attr, __clockid_t *__restrict __clock_id) __THROW __nonnull ((1, 2)); -/* Set the clock selected for the conditon variable attribute ATTR. */ +/* Set the clock selected for the condition variable attribute ATTR. */ extern int pthread_condattr_setclock (pthread_condattr_t *__attr, __clockid_t __clock_id) __THROW __nonnull ((1)); diff --git a/nptl/sysdeps/unix/sysv/linux/internaltypes.h b/nptl/sysdeps/unix/sysv/linux/internaltypes.h index 699a6187cb..a7ee3fefe1 100644 --- a/nptl/sysdeps/unix/sysv/linux/internaltypes.h +++ b/nptl/sysdeps/unix/sysv/linux/internaltypes.h @@ -66,7 +66,7 @@ struct pthread_condattr { /* Combination of values: - Bit 0 : flag whether coditional variable will be shareable between + Bit 0 : flag whether conditional variable will be sharable between processes. Bit 1-7: clock ID. */ diff --git a/nptl/tst-cancel4.c b/nptl/tst-cancel4.c index 6d25e48f1c..6ef654a40b 100644 --- a/nptl/tst-cancel4.c +++ b/nptl/tst-cancel4.c @@ -83,7 +83,7 @@ static pthread_barrier_t b2; # define IPC_ADDVAL 0 #endif -/* The WRITE_BUFFER_SIZE value needs to be choosen such that if we set +/* The WRITE_BUFFER_SIZE value needs to be chosen such that if we set the socket send buffer size to '1', a write of this size on that socket will block. diff --git a/ports/ChangeLog.alpha b/ports/ChangeLog.alpha index 4a4db09fb8..1bdd28fa0e 100644 --- a/ports/ChangeLog.alpha +++ b/ports/ChangeLog.alpha @@ -1,3 +1,7 @@ +2013-08-30 Ondřej Bílka <neleai@seznam.cz> + + * sysdeps/unix/sysv/linux/alpha/bits/netdb.h: Fix typos. + 2013-07-02 Richard Henderson <rth@redhat.com> * sysdeps/alpha/fpu/libm-test-ulps: Update. diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa index 1d76d16cbe..ea4ef886fd 100644 --- a/ports/ChangeLog.hppa +++ b/ports/ChangeLog.hppa @@ -1,3 +1,8 @@ +2013-08-30 Ondřej Bílka <neleai@seznam.cz> + + * sysdeps/unix/sysv/linux/hppa/clone.S: Fix typos. + * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Likewise. + 2013-08-21 Ondřej Bílka <neleai@seznam.cz> * sysdeps/hppa/dl-lookupcfg.h: Fix typos. diff --git a/ports/ChangeLog.ia64 b/ports/ChangeLog.ia64 index 74151ce5a3..efe352e6bb 100644 --- a/ports/ChangeLog.ia64 +++ b/ports/ChangeLog.ia64 @@ -1,3 +1,11 @@ +2013-08-30 Ondřej Bílka <neleai@seznam.cz> + + * sysdeps/ia64/fpu/libm_reduce.S: Fix typos. + * sysdeps/ia64/fpu/s_erfcf.S: Likewise. + * sysdeps/ia64/fpu/s_erfcl.S: Likewise. + * sysdeps/ia64/fpu/s_erfc.S: Likewise. + * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Likewise. + 2013-08-29 Ondřej Bílka <neleai@seznam.cz> * sysdeps/ia64/fpu/e_acoshl.S: Fix typos. diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips index 7509c774de..d551974658 100644 --- a/ports/ChangeLog.mips +++ b/ports/ChangeLog.mips @@ -1,3 +1,7 @@ +2013-08-30 Ondřej Bílka <neleai@seznam.cz> + + * sysdeps/mips/memcpy.S: Fix typos. + 2013-08-29 Thomas Schwinge <thomas@codesourcery.com> * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION): diff --git a/ports/ChangeLog.powerpc b/ports/ChangeLog.powerpc index e503682ce1..375e9566ea 100644 --- a/ports/ChangeLog.powerpc +++ b/ports/ChangeLog.powerpc @@ -1,3 +1,7 @@ +2013-08-30 Ondřej Bílka <neleai@seznam.cz> + + * sysdeps/powerpc/powerpc32/405/memcpy.S: Fix typos. + 2013-08-17 Alexandre Oliva <aoliva@redhat.com> PR 15483 diff --git a/ports/sysdeps/ia64/fpu/e_logf.S b/ports/sysdeps/ia64/fpu/e_logf.S index 885082fe23..9175f9551b 100644 --- a/ports/sysdeps/ia64/fpu/e_logf.S +++ b/ports/sysdeps/ia64/fpu/e_logf.S @@ -838,7 +838,7 @@ GLOBAL_ |
