]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typos.
authorOndřej Bílka <neleai@seznam.cz>
Fri, 30 Aug 2013 12:32:07 +0000 (14:32 +0200)
committerOndřej Bílka <neleai@seznam.cz>
Fri, 30 Aug 2013 16:08:59 +0000 (18:08 +0200)
47 files changed:
ChangeLog
elf/dl-open.c
iconv/gconv_int.h
iconv/loop.c
iconvdata/gbbig5.c
iconvdata/iso-2022-jp.c
localedata/ChangeLog
localedata/tests-mbwc/dat_wcsncat.c
localedata/tests/test6.c
localedata/tst-digits.c
nis/rpcsvc/nis.h
nptl/ChangeLog
nptl/sysdeps/pthread/pthread.h
nptl/sysdeps/unix/sysv/linux/internaltypes.h
nptl/tst-cancel4.c
ports/ChangeLog.alpha
ports/ChangeLog.hppa
ports/ChangeLog.ia64
ports/ChangeLog.mips
ports/ChangeLog.powerpc
ports/sysdeps/ia64/fpu/e_logf.S
ports/sysdeps/ia64/fpu/libm_reduce.S
ports/sysdeps/ia64/fpu/s_erfc.S
ports/sysdeps/ia64/fpu/s_erfcf.S
ports/sysdeps/ia64/fpu/s_erfcl.S
ports/sysdeps/mips/memcpy.S
ports/sysdeps/powerpc/powerpc32/405/memcpy.S
ports/sysdeps/unix/sysv/linux/alpha/bits/netdb.h
ports/sysdeps/unix/sysv/linux/hppa/clone.S
ports/sysdeps/unix/sysv/linux/hppa/nptl/pthread.h
ports/sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c
resolv/ns_name.c
stdio-common/vfscanf.c
streams/stropts.h
sunrpc/rpc_thread.c
sysdeps/i386/strpbrk.S
sysdeps/ieee754/k_standard.c
sysdeps/ieee754/ldbl-128/e_expl.c
sysdeps/ieee754/ldbl-128ibm/e_expl.c
sysdeps/mach/hurd/dl-sysdep.c
sysdeps/mach/hurd/profil.c
sysdeps/s390/dl-procinfo.h
sysdeps/unix/sysv/linux/i386/chown.c
sysdeps/unix/sysv/linux/s390/s390-32/chown.c
sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c
sysdeps/x86_64/dl-trampoline.S
sysdeps/x86_64/multiarch/strcmp-sse42.S

index ac8c4b2b63290f29b235ebda4dbe96607a0248e4..8c4adb3829dcf02d4b52dbce0dfbe566d2204b9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 24d6a7011711abe294c410ae6eea1a8f9deb482d..1403c8c091da319db930ccd2151e9a6fea9ee755 100644 (file)
@@ -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 *
index 80c15335ef644f9351e4d73895d9c0949b041246..06faeaafc9032b9b8c158ab6f0ef069de0e10a69 100644 (file)
@@ -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
 
 
index 46bfdbb47fbadd8868712774ec66f42d7ec85474..ad0181f744c8528e310855493eab79de86e2325c 100644 (file)
@@ -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.
index c08a2c1e651669e7d2d81767d5d3533f65d0216a..bb75fa7b7dff6580e47a84b5023c2c77f015c683 100644 (file)
@@ -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
index ce66121380559e1a513e3b2cb11b78a8e9c34255..7fb513fea9574fdb38c1f15e9c0cbc6316453bd6 100644 (file)
@@ -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.  */                   \
index 3bc2fcfe9f2601c0e0468a21995beb885b7bd58c..1bdc72ac83fa687b397fceac350a20851f60d107 100644 (file)
@@ -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]
index 948d80ce9fe001c42fb165bcc99e41d009d357a6..8487033e6fa77a1969e92df2a55ababc27752358 100644 (file)
@@ -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.
  *
  */
index 30d4a1188c0d9e25437514487c480342a1296d9a..65486016a3cec6bcc27664e2c28921a411e91fd5 100644 (file)
@@ -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.  */
 
index a0cb4736a786506e84875bc4bfd33e3ed5e9a2c5..c5b594eb6671bae26091797e1fca349460c3c1ad 100644 (file)
@@ -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)
index 5c5c7bb41b50e0861826048d8ca8d0165467a694..933c4d9daff91c40179ef3e9b45f9d34e3e882ae 100644 (file)
@@ -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)
index a047c2347ff7fa1b97127a58748c07785c5a1a76..d1efbb43e5f55f1f12f1846d3d3d6d45261766ad 100644 (file)
@@ -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.
index 61d534687f0175a1817b50c5141fbb050e091664..b58f60e4dd3836e428e792e398f2b94262d5ea84 100644 (file)
@@ -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));
index 699a6187cb8b663c4f4f3454962dc4c8466da568..a7ee3fefe1f4fe483818e3ae41957dc4c7c910d9 100644 (file)
@@ -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.  */
index 6d25e48f1c934743d416ed72610306ba0d33e231..6ef654a40b45f8216f1b05d1663997597bf3a923 100644 (file)
@@ -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.
 
index 4a4db09fb86e27c5a387ff72f2392416bc8b59aa..1bdd28fa0e502071f163fe4b7fac71207e71f579 100644 (file)
@@ -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.
index 1d76d16cbe0f87044506bc96d6b8fe936a0e02f0..ea4ef886fd4df1124fd27bdac9b85e6933b24098 100644 (file)
@@ -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.
index 74151ce5a37b6ce4aff02e2d24bc130fb5f35c3a..efe352e6bb3e31b9dcf73bf99dc43c6114b839a0 100644 (file)
@@ -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.
index 7509c774de1ca60d4b3af0597312e48162338c91..d551974658595006b39382b9b38d231ebb01aba6 100644 (file)
@@ -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):
index e503682ce1178a749a0dddd539c5175b1b67f2d9..375e9566ea49d199fa94ac9e2dd35fc0a8bf96dd 100644 (file)
@@ -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
index 885082fe23b4cad60545072758d7a51eadb9ddde..9175f9551b6cf4fcb5ffb60253f93610daeff761 100644 (file)
@@ -838,7 +838,7 @@ GLOBAL_IEEE754_ENTRY(log10f)
 { .mib
       setf.exp      FR_A2 = GR_05 // create A2
       sub           GR_de = GR_Exp,GR_05 // biased_exponent_of_x - 0xFFFE
-                                         // needed to comparion with 0.5 and 2.0
+                                         // needed for comparison with 0.5 and 2.0
       br.cond.sptk  logf_log10f_common
 };;
 GLOBAL_IEEE754_END(log10f)
@@ -873,7 +873,7 @@ GLOBAL_IEEE754_ENTRY(logf)
       setf.d        FR_A3 = GR_A3 // create A3
       fcmp.eq.s1    p13,p14 = f0,f0 // p13 - true for logf
       sub           GR_de = GR_Exp,GR_05 // biased_exponent_of_x - 0xFFFE
-                                         // needed to comparion with 0.5 and 2.0
+                                         // needed for comparison with 0.5 and 2.0
 }
 { .mlx
       setf.exp      FR_A2 = GR_05 // create A2
index 8bdf91d6de2fa591d825592c49ffbe03b0e7e59b..8b132497b97ee9a68022b67787307e5623703640 100644 (file)
@@ -75,7 +75,7 @@
 //
 // IEEE Special Conditions:
 //
-//    No condions should be raised.
+//    No conditions should be raised.
 //
 //*********************************************************************
 //
 //
 // Set sgn_x := sign(x); x := |x|; x_lo := 2 lsb of x.
 //
-// In memory, 2/pi is stored contigously as
+// In memory, 2/pi is stored contiguously as
 //
 //  0x00000000 0x00000000 0xA2F....
 //                       ^
@@ -786,7 +786,7 @@ __libm_pi_by_2_reduce:
 //          setf.sig FR_ScaleP3 = GR_x_lo
 //          fmerge.se FR_X = FR_X,FR_ScaleP3
 //    Set sgn_x := sign(x); x := |x|; x_lo := 2 lsb of x.
-//    2/pi is stored contigously as
+//    2/pi is stored contiguously as
 //    0x00000000 0x00000000.0xA2F....
 //    M = EXP - BIAS  ( M >= 63)
 //    Given x = 2^m * 1.xxxx...xxx; we calculate L := 62 - m.
index c67c61abefc56087bb07fb5729cb3a123b1f4bb3..6729cda2e5bc2d38e0b709388ffd2e0b91c23119 100644 (file)
@@ -65,7 +65,7 @@
 //
 //    Let P14(z) - polynomial approximation of degree 14 for function
 //    erfc(z+x(i)) * exp( (z+x(i))^2) and 0 <= z <= x(i+1)-x(i).
-//    Polynomial coeffitients we have in the table erfc_p_table.
+//    Polynomial coefficients we have in the table erfc_p_table.
 //
 //    So we can find result for erfc(x) as above.
 //    Algorithm description for exp function see below.
index ce6be8db62f15d48ad26b2b50be0506b8eec779e..97c9037cfb50a7111ba3831200b6e7279aa751a3 100644 (file)
@@ -63,7 +63,7 @@
 //
 //    Let P15(x) - polynomial approximation of degree 15 for function
 //    erfcf(x) * exp( x^2) and x(i) <= x <= x(i+1), i = 0,1,2,3
-//    Polynomial coeffitients we have in the table erfc_p_table.
+//    Polynomial coefficients we have in the table erfc_p_table.
 //
 //    So we can find result for erfcf(x) as above.
 //    Algorithm description for exp function see below.
index b9f7004aadea10b6d697a5dea84fe83ee7680ae2..79b94a85abc5bf9578f72bbc323c965cb4224431 100644 (file)
@@ -71,7 +71,7 @@
 //    -0.5*[x(i+1)-x(i)] <= z <= 0.5*[x(i+1)-x(i)].
 //
 //    Let  Q(z)= (P(z)- S)/S, S = a0, rounded to 16 bits.
-//    Polynomial coeffitients for Q(z) we have in the table erfc_Q_table as
+//    Polynomial coefficients for Q(z) we have in the table erfc_Q_table as
 //    long double values
 //
 //    We use multi precision to calculate input argument -x^2 for expl and
index aeea491e76c8dec6659f9385e23fe86f50bb46a2..8065da36078c35d789b19f8f6876191f13e69de4 100644 (file)
 /* MAX_PREFETCH_SIZE is the maximum size of a prefetch, it must not be less
  * then PREFETCH_CHUNK, the assumed size of each prefetch.  If the real size
  * of a prefetch is greater then MAX_PREFETCH_SIZE and the PREPAREFORSTORE
- * hint is used, the code will not work corrrectly.  If PREPAREFORSTORE is not
+ * hint is used, the code will not work correctly.  If PREPAREFORSTORE is not
  * used then MAX_PREFETCH_SIZE does not matter.  */
 #define MAX_PREFETCH_SIZE 128
-/* PREFETCH_LIMIT is set based on the fact that we neve use an offset greater
+/* PREFETCH_LIMIT is set based on the fact that we never use an offset greater
  * then 5 on a STORE prefetch and that a single prefetch can never be larger
  * then MAX_PREFETCH_SIZE.  We add the extra 32 when USE_DOUBLE is set because
  * we actually do two prefetches in that case, one 32 bytes after the other.  */
index 761e9675aff534bb8260eff016358f541401cc4c..b01d5392096f6618cce348d07040f640b4883613 100644 (file)
@@ -98,7 +98,7 @@ L(string_count_loop): /* Copy odd 0-31 bytes */
        lswx    r6,0,r4
        stswx   r6,0,r3
 
-L(pre_string_copy): /* Check how many 32 byte chunck to copy */
+L(pre_string_copy): /* Check how many 32 byte chunks to copy */
        srwi.   r7,r5,4
        beq     L(end_memcpy)
        mtctr   r7
index b9437ff890c548f9a474059288d578a7dee9127f..65f76fd103c810040681348570dc5e2824f62a23 100644 (file)
@@ -29,6 +29,6 @@ struct netent
   char **n_aliases;            /* Alias list.  */
   int n_addrtype;              /* Net address type.  */
   /* XXX We should probably use uint32_t for the field and ensure
-     compatiblity by adding appropriate padding.  */
+     compatibility by adding appropriate padding.  */
   unsigned long        int n_net;      /* Network number.  */
 };
index 0d7a7eb632ab2bff381d220611867b128498919b..fd55961bea52796c6e53164ef43c057a9877c606 100644 (file)
@@ -155,7 +155,7 @@ ENTRY(__clone)
        ldw     -60(%sp), %arg0
        ldw     -64(%sp), %r22
 
-       /* $$dyncall fixes childs PIC register */
+       /* $$dyncall fixes child's PIC register */
 
        /* Call the user's function */
 #ifdef PIC
index 70e060415aba89b0d4ffdd22247bb72bf509d700..39e1ab986f1483103a557594365cba7f03a9af54 100644 (file)
@@ -1014,13 +1014,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));
index efe95b1865fe4ecf0220c9a0a66f83e81355ddb9..9d263f2852d07d85635eec89eb0d9613183e3942 100644 (file)
@@ -19,7 +19,7 @@
 /* The public __longjmp() implementation is limited to jumping within
    the same stack.  That is, in general it is not possible to use this
    __longjmp() implementation to cross from one stack to another.
-   In constrast, the __sigstack_longjmp() implemented here allows
+   In contrast, the __sigstack_longjmp() implemented here allows
    crossing from the alternate signal stack to the normal stack
    as a special case.  */
 
index 246307a206d32008fab92de8258b6840930d59b1..f355cf34443c46d091157ed06f4ef8487214bf10 100644 (file)
@@ -681,7 +681,7 @@ libresolv_hidden_def (ns_name_skip)
 
 /*%
  *     Thinking in noninternationalized USASCII (per the DNS spec),
- *     is this characted special ("in need of quoting") ?
+ *     is this character special ("in need of quoting") ?
  *
  * return:
  *\li  boolean.
index 343056769ebad7fe0a636f3e8eb8cd88b590f41e..78dc2fcfe54132be9718a2959ab8541cca501e7c 100644 (file)
@@ -2185,7 +2185,7 @@ _IO_vfscanf_internal (_IO_FILE *s, const char *format, _IO_va_list argptr,
                    }
 
                  /* Start checking against localized digits, if
-                    convertion is done correctly. */
+                    conversion is done correctly. */
                  while (1)
                    {
                      if (got_e && wp[wpsize - 1] == exp_char
index 79886026424b850f5865ca9182900c405cb3bef1..5af61dc36511c86a9501fbf74075ec72991f18a4 100644 (file)
@@ -35,7 +35,7 @@ typedef __uid_t uid_t;
 typedef __t_scalar_t t_scalar_t;
 typedef __t_uscalar_t t_uscalar_t;
 
-/* Get system specific contants.  */
+/* Get system specific constants.  */
 #include <bits/stropts.h>
 
 
index 94d9f1fd806963bd188f12ac5461d43a040ee4e0..fee47f7bf2f2d95f34276b3b628ed08a6c359166 100644 (file)
@@ -80,7 +80,7 @@ __rpc_thread_variables (void)
 
 /* Global variables If we're single-threaded, or if this is the first
    thread using the variable, use the existing global variable.  This
-   provides backwards compatability for existing applications which
+   provides backwards compatibility for existing applications which
    dynamically link against this code.  */
 #undef svc_fdset
 #undef rpc_createerr
index bbc0cbeb6fcfeb49c7cf618aeb602e3c9d75d80d..246ae27c5350c0c1c97405a35ab05298ba5aab4c 100644 (file)
@@ -205,7 +205,7 @@ L(1):       leal -4(%edx), %eax     /* prepare loop */
           1. a character in the stopset was found
           and
           2. the end of the string was found
-          But as a sign that the chracter is in the stopset we store its
+          But as a sign that the character is in the stopset we store its
           value in the table.  But the value of NUL is NUL so the loop
           terminates for NUL in every case.  */
 
index 150921f90b9cb49eb9e5f535c05f1a3f8a1fcb65..4a0d82d1a62cd91f0c9099f03840527a5263d51c 100644 (file)
@@ -31,7 +31,7 @@ static char rcsid[] = "$NetBSD: k_standard.c,v 1.6 1995/05/10 20:46:35 jtc Exp $
 #endif /* !defined(_USE_WRITE) */
 
 /* XXX gcc versions until now don't delay the 0.0/0.0 division until
-   runtime but produce NaN at copile time.  This is wrong since the
+   runtime but produce NaN at compile time.  This is wrong since the
    exceptions are not set correctly.  */
 #if 0
 static const double zero = 0.0;        /* used as const */
index 589f957c23b69cc2f6b834dd9d4d5596798a14b2..23c204ce07212e6b6428ee9c7bd42799460b65f5 100644 (file)
@@ -117,7 +117,7 @@ static const long double C[] = {
 #define TWO15 C[11]
  32768.0L,
 
-/* Chebyshev polynom coeficients for (exp(x)-1)/x */
+/* Chebyshev polynom coefficients for (exp(x)-1)/x */
 #define P1 C[12]
 #define P2 C[13]
 #define P3 C[14]
index b599f369a7293500e0457eea2d67afaede387394..1b994cd7a92645325d63851db59d6f40b6a514a2 100644 (file)
@@ -116,7 +116,7 @@ static const long double C[] = {
 #define TWO15 C[11]
  32768.0L,
 
-/* Chebyshev polynom coeficients for (exp(x)-1)/x */
+/* Chebyshev polynom coefficients for (exp(x)-1)/x */
 #define P1 C[12]
 #define P2 C[13]
 #define P3 C[14]
index d85c22a036bf2c99c62b271f5620061eecbf4363..1788ede94e262bf3ac36bd1ccef27f182058e189 100644 (file)
@@ -54,7 +54,7 @@ int __libc_enable_secure = 0;
 INTVARDEF(__libc_enable_secure)
 int __libc_multiple_libcs = 0; /* Defining this here avoids the inclusion
                                   of init-first.  */
-/* This variable containts the lowest stack address ever used.  */
+/* This variable contains the lowest stack address ever used.  */
 void *__libc_stack_end;
 
 #if HP_TIMING_AVAIL
index fee244a1272c6feaf5c821cfed50df33666c7742..2ed24992b50f8364da1d9b1efe69bf43473bf93e 100644 (file)
@@ -216,7 +216,7 @@ fork_profil_parent (void)
 }
 text_set_element (_hurd_fork_parent_hook, fork_profil_parent);
 
-/* In the childs, unlock the interlock, and start a profiling thread up
+/* In the child, unlock the interlock, and start a profiling thread up
    if necessary. */
 static void
 fork_profil_child (void)
index 45e27f1023d1e9088ea225436a669ed6f411eba1..65f037b8c0595fe1c7cc731b3045374c1ca8137b 100644 (file)
@@ -31,7 +31,7 @@
 #define _DL_HWCAP_PLATFORM     (((1ULL << _DL_PLATFORMS_COUNT) - 1) \
                                 << _DL_FIRST_PLATFORM)
 
-/* Hardware capablity bit numbers are derived directly from the
+/* Hardware capability bit numbers are derived directly from the
    facility indications as stored by the "store facility list" (STFL)
    instruction.
    highgprs is an alien in that list.  It describes a *kernel*
index 94f294007eebb63a9f6625d64c689a95e27a296c..5fa640285ca81e32dd5228fe7697498958c138ae 100644 (file)
@@ -49,7 +49,7 @@ __real_chown (const char *file, uid_t owner, gid_t group)
 
 
 #if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)
-/* Compiling for compatibiity.  */
+/* Compiling for compatibility.  */
 int
 attribute_compat_text_section
 __chown_is_lchown (const char *file, uid_t owner, gid_t group)
index cd0cb743b54fb20d1eb992c895e79e30b9e0b0b3..7fbd28a255bbb1f532ff09171f75ce051cfaa214 100644 (file)
@@ -46,7 +46,7 @@ __real_chown (const char *file, uid_t owner, gid_t group)
 
 
 #if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)
-/* Compiling for compatibiity.  */
+/* Compiling for compatibility.  */
 int
 attribute_compat_text_section
 __chown_is_lchown (const char *file, uid_t owner, gid_t group)
index bd3d4f925d54da6d4e83e32a504230c79dff2077..5e64efa6afc3c851dd1257c10dddcd0d07b18274 100644 (file)
@@ -28,7 +28,7 @@
    Returning to the correct parent context is pretty simple on
    Sparc.  We only need to link up the register windows correctly.
    Since global registers are clobbered by calls, we need not be
-   concernred about those, and thus is all could be worked out without
+   concerned about those, and thus is all could be worked out without
    using a trampoline.
 
    Except that we must deal with the signal mask, thus a trampoline
index 5770c64bf7fcc2fb1ba604dc7f8c0e7549609c6d..a25e390a72804af6c7f1e725ce8b42c7cc2749e5 100644 (file)
@@ -119,7 +119,7 @@ _dl_runtime_profile:
        movq %rax, LR_RSP_OFFSET(%rsp)
 
        /* We always store the XMM registers even if AVX is available.
-          This is to provide backward binary compatility for existing
+          This is to provide backward binary compatibility for existing
           audit modules.  */
        movaps %xmm0,              (LR_XMM_OFFSET)(%rsp)
        movaps %xmm1, (LR_XMM_OFFSET +   XMM_SIZE)(%rsp)
index a503e92115fc650ef1ae5879a23d69168d15068e..c84f1c2b31c3dce6d2beef452d8601a58649e38a 100644 (file)
@@ -206,7 +206,7 @@ LABEL(touppermask):
        jnz     LABEL(less16bytes)/* If not, find different value or null char */
 #if defined USE_AS_STRNCMP || defined USE_AS_STRNCASECMP_L
        sub     $16, %r11
-       jbe     LABEL(strcmp_exitz)/* finish comparision */
+       jbe     LABEL(strcmp_exitz)/* finish comparison */
 #endif
        add     $16, %rsi               /* prepare to search next 16 bytes */
        add     $16, %rdi               /* prepare to search next 16 bytes */