]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typos.
authorOndřej Bílka <neleai@seznam.cz>
Wed, 21 Aug 2013 17:48:48 +0000 (19:48 +0200)
committerOndřej Bílka <neleai@seznam.cz>
Wed, 21 Aug 2013 17:48:48 +0000 (19:48 +0200)
61 files changed:
ChangeLog
argp/argp-help.c
crypt/speeds.c
csu/check_fds.c
elf/dl-load.c
elf/dl-open.c
elf/reldep.c
elf/reldep3.c
elf/sprof.c
iconv/iconv_charmap.c
iconv/skeleton.c
iconv/strtab.c
io/lockf64.c
libio/libioP.h
nptl/ChangeLog
nptl/pthread_getschedparam.c
nptl/sysdeps/unix/sysv/linux/register-atfork.c
ports/ChangeLog.am33
ports/ChangeLog.hppa
ports/ChangeLog.ia64
ports/ChangeLog.m68k
ports/ChangeLog.tile
ports/sysdeps/am33/fpu/fraiseexcpt.c
ports/sysdeps/hppa/dl-lookupcfg.h
ports/sysdeps/hppa/fpu/fraiseexcpt.c
ports/sysdeps/ia64/fpu/e_atanhl.S
ports/sysdeps/ia64/fpu/e_log2l.S
ports/sysdeps/ia64/fpu/e_logl.S
ports/sysdeps/ia64/fpu/fraiseexcpt.c
ports/sysdeps/ia64/fpu/libm_lgammal.S
ports/sysdeps/ia64/fpu/s_log1pl.S
ports/sysdeps/m68k/m680x0/fpu/fraiseexcpt.c
ports/sysdeps/tile/jmpbuf-offsets.h
ports/sysdeps/unix/sysv/linux/hppa/sysdep.h
resolv/gai_notify.c
resolv/ns_name.c
resolv/ns_samedomain.c
resolv/res_send.c
stdlib/random.c
sunrpc/rpc/xdr.h
sysdeps/i386/fpu/fraiseexcpt.c
sysdeps/i386/i686/multiarch/memcmp-sse4.S
sysdeps/i386/i686/multiarch/memset-sse2-rep.S
sysdeps/i386/i686/multiarch/memset-sse2.S
sysdeps/i386/i686/multiarch/strcat-sse2.S
sysdeps/i386/i686/multiarch/strcmp-sse4.S
sysdeps/i386/i686/multiarch/strcmp-ssse3.S
sysdeps/i386/i686/multiarch/strcpy-sse2.S
sysdeps/mach/hurd/check_fds.c
sysdeps/powerpc/powerpc32/cell/memcpy.S
sysdeps/powerpc/powerpc32/fpu/setjmp.S
sysdeps/powerpc/powerpc32/power4/memcmp.S
sysdeps/powerpc/powerpc32/power7/memcmp.S
sysdeps/powerpc/powerpc32/setjmp.S
sysdeps/powerpc/powerpc64/cell/memcpy.S
sysdeps/pthread/aio_notify.c
sysdeps/sparc/fpu/fraiseexcpt.c
sysdeps/unix/sysv/linux/socketcall.h
sysdeps/x86/fpu/bits/fenv.h
sysdeps/x86_64/fpu/fraiseexcpt.c
sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S

index a875ac327790e5d16c28116fd83b8c1bf5ad7719..86a11e3692847343068ad054dd315a1751655baf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
+2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
+
+       * argp/argp-help.c: Fix typos.
+       * crypt/speeds.c: Likewise.
+       * csu/check_fds.c: Likewise.
+       * elf/dl-load.c: Likewise.
+       * elf/dl-open.c: Likewise.
+       * elf/reldep3.c: Likewise.
+       * elf/reldep.c: Likewise.
+       * elf/sprof.c: Likewise.
+       * iconv/iconv_charmap.c: Likewise.
+       * iconv/skeleton.c: Likewise.
+       * iconv/strtab.c: Likewise.
+       * io/lockf64.c: Likewise.
+       * libio/libioP.h: Likewise.
+       * resolv/gai_notify.c: Likewise.
+       * resolv/ns_name.c: Likewise.
+       * resolv/ns_samedomain.c: Likewise.
+       * resolv/res_send.c: Likewise.
+       * stdlib/random.c: Likewise.
+       * sunrpc/rpc/xdr.h: Likewise.
+       * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
+       * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
+       * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
+       * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
+       * sysdeps/mach/hurd/check_fds.c: Likewise.
+       * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
+       * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
+       * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
+       * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
+       * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
+       * sysdeps/pthread/aio_notify.c: Likewise.
+       * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
+       * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
+       * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
+       * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
+       * sysdeps/x86/fpu/bits/fenv.h: Likewise.
+
 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
 
        * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
index 4b83737742d3db11ff28caae27a597c9654ac16b..53702e3dd26e8ab6125059e4b836d716ee077875 100644 (file)
@@ -357,7 +357,7 @@ struct hol_entry
   /* A pointers into the HOL's short_options field, to the first short option
      letter for this entry.  The order of the characters following this point
      corresponds to the order of options pointed to by OPT, and there are at
-     most NUM.  A short option recorded in a option following OPT is only
+     most NUM.  A short option recorded in an option following OPT is only
      valid if it occurs in the right place in SHORT_OPTIONS (otherwise it's
      probably been shadowed by some other entry).  */
   char *short_options;
@@ -736,12 +736,12 @@ hol_entry_cmp (const struct hol_entry *entry1,
   if (entry1->cluster != entry2->cluster)
     {
       /* The entries are not within the same cluster, so we can't compare them
-        directly, we have to use the appropiate clustering level too.  */
+        directly, we have to use the appropriate clustering level too.  */
       if (! entry1->cluster)
        /* ENTRY1 is at the `base level', not in a cluster, so we have to
           compare it's group number with that of the base cluster in which
           ENTRY2 resides.  Note that if they're in the same group, the
-          clustered option always comes laster.  */
+          clustered option always comes last.  */
        return group_cmp (group1, hol_cluster_base (entry2->cluster)->group, -1);
       else if (! entry2->cluster)
        /* Likewise, but ENTRY2's not in a cluster.  */
index 0d55ae83be249dd00b5d862259760621a2ba90f7..810ecb0b2942cfd10077e157519529539dc5ae67 100644 (file)
@@ -16,7 +16,7 @@
  * patch from chip@chinacat.unicom.com (Chip Rosenthal):
  * you may enable it if your system does not include
  * a setitimer() function. You'll have to ensure the
- * existence a environment variable: HZ giving how many
+ * existence an environment variable: HZ giving how many
  * ticks goes per second.
  * If not existing in your default environment 50, 60
  * or even 100 may be the right value. Perhaps you should
index 3616e6c60fdd7ac755df63ca4d1631620d895c2b..9b83828a81a275795dc71053e2edf1b3706f49d0 100644 (file)
@@ -60,7 +60,7 @@ check_one_fd (int fd, int mode)
 
       /* Something is wrong with this descriptor, it's probably not
         opened.  Open /dev/null so that the SUID program we are
-        about to start does not accidently use this descriptor.  */
+        about to start does not accidentally use this descriptor.  */
       int nullfd = open_not_cancel (name, mode, 0);
 
       /* We are very paranoid here.  With all means we try to ensure
index 655e38ee4b0d4e1dfe9bedcf2bb1d682f6ddd276..6a73f27345b0242d57e1ee4e46ab86b486f422b8 100644 (file)
@@ -324,7 +324,7 @@ _dl_dst_substitute (struct link_map *l, const char *name, char *result,
   const char *const start = name;
 
   /* Now fill the result path.  While copying over the string we keep
-     track of the start of the last path element.  When we come accross
+     track of the start of the last path element.  When we come across
      a DST we copy over the value or (if the value is not available)
      leave the entire path element out.  */
   char *wp = result;
index 7adf66b221fdbb748b909fdfc436be099801b192..24d6a7011711abe294c410ae6eea1a8f9deb482d 100644 (file)
@@ -396,7 +396,7 @@ dl_open_worker (void *a)
          /* If this here is the shared object which we want to profile
             make sure the profile is started.  We can find out whether
             this is necessary or not by observing the `_dl_profile_map'
-            variable.  If it was NULL but is not NULL afterwars we must
+            variable.  If it was NULL but is not NULL afterwards we must
             start the profiling.  */
          struct link_map *old_profile_map = GL(dl_profile_map);
 
index 44b239b6c7c4d58ec9089ec9b4aa1463320c1b10..adabc0d5d5f44faf4ede73b3ab23f88de90f09b2 100644 (file)
@@ -54,7 +54,7 @@ main (void)
     }
 
   /* Now close the first object.  If must still be around since we have
-     a implicit dependency.  */
+     an implicit dependency.  */
   if (dlclose (h1) != 0)
     {
       printf ("closing h1 failed: %s\n", dlerror ());
index b051c41dbc6d5baf8dea1a90dc30f7c1694afc6d..05013d3509bc3eb2a0591ed39846d393f3d3253d 100644 (file)
@@ -54,7 +54,7 @@ main (void)
     }
 
   /* Now close the first object.  If must still be around since we have
-     a implicit dependency.  */
+     an implicit dependency.  */
   if (dlclose (h1) != 0)
     {
       printf ("closing h1 failed: %s\n", dlerror ());
index 60f310f47a23cd00c97223e74f80f255db17593b..ecb7bdb2dcb592b413eaf99612bfe8c53a366c0c 100644 (file)
@@ -1364,7 +1364,7 @@ generate_call_graph (struct profdata *profdata)
            runp = runp->next;
          }
 
-       /* Info abount the function itself.  */
+       /* Info about the function itself.  */
        n = printf ("[%Zu]", cnt);
        printf ("%*s%5.1f%8.2f%8.2f%9" PRIdMAX "         %s [%Zd]\n",
                (int) (7 - n), " ",
index 56f156e1177439672e5eee263d633109dbd35957..09024a97cc3f3dba0a76ab020d43586185ff6033 100644 (file)
@@ -454,7 +454,7 @@ process_block (struct convtable *tbl, char *addr, size_t len, FILE *output)
       while (! is_term (cur, byte))
        if (cur->val[byte].sub == NULL)
          {
-           /* This is a invalid sequence.  Skip the first byte if we are
+           /* This is an invalid sequence.  Skip the first byte if we are
               ignoring errors.  Otherwise punt.  */
            if (! omit_invalid)
              {
index 45beb06d345d31ad2cf9fc008c3d88a4db794450..6997e056828267f3983df8320c24740ab1015792 100644 (file)
@@ -514,7 +514,7 @@ FUNCTION_NAME (struct __gconv_step *step, struct __gconv_step_data *data,
       size_t *lirreversiblep = irreversible ? &lirreversible : NULL;
 
       /* The following assumes that encodings, which have a variable length
-        what might unalign a buffer even though it is a aligned in the
+        what might unalign a buffer even though it is an aligned in the
         beginning, either don't have the minimal number of bytes as a divisor
         of the maximum length or have a minimum length of 1.  This is true
         for all known and supported encodings.
@@ -659,7 +659,7 @@ FUNCTION_NAME (struct __gconv_step *step, struct __gconv_step_data *data,
              data->__outbuf = outbuf;
 
              /* Remember how many non-identical characters we
-                converted in a irreversible way.  */
+                converted in an irreversible way.  */
              *irreversible += lirreversible;
 
              break;
index c62553e2e0cf71735bf4a8ca97e5146cec734689..17286401a043cc036f85d6a817a901291a158e01 100644 (file)
@@ -180,7 +180,7 @@ newstring (struct Strtab *st, const char *str, size_t len)
 
 
 /* XXX This function should definitely be rewritten to use a balancing
-   tree algorith (AVL, red-black trees).  For now a simple, correct
+   tree algorithm (AVL, red-black trees).  For now a simple, correct
    implementation is enough.  */
 static struct Strent **
 searchstring (struct Strent **sep, struct Strent *newstr)
index ba4c06a55a6ea92fe1fd370e8b67c657a245ae95..bc6d026d155c4459150fa9b2901f230d4b2dab53 100644 (file)
@@ -21,7 +21,7 @@
 #include <errno.h>
 #include <string.h>
 
-/* lockf.c defines lockf64 as an lias if __OFF_T_MATCHES_OFF64_T.  */
+/* lockf.c defines lockf64 as an alias if __OFF_T_MATCHES_OFF64_T.  */
 #ifndef __OFF_T_MATCHES_OFF64_T
 
 /* lockf is a simplified interface to fcntl's locking facilities.  */
index 911f649d7887a3cbce6f07fe5295232ff0b19266..7b46388f3e1e68b849c36ee81011f86f11fc983e 100644 (file)
@@ -73,7 +73,7 @@ extern "C" {
  * These are all the same, just used differently.
  * An _IO_FILE (or FILE) object is allows followed by a pointer to
  * a jump table (of pointers to functions).  The pointer is accessed
- * with the _IO_JUMPS macro.  The jump table has a eccentric format,
+ * with the _IO_JUMPS macro.  The jump table has an eccentric format,
  * so as to be compatible with the layout of a C++ virtual function table.
  * (as implemented by g++).  When a pointer to a streambuf object is
  * coerced to an (_IO_FILE*), then _IO_JUMPS on the result just
@@ -224,7 +224,7 @@ typedef int (*_IO_doallocate_t) (_IO_FILE *);
    There is no correspondence in the ANSI/ISO C++ standard library.
    The hooks basically correspond to the Unix system functions
    (read, write, close, lseek, and stat) except that a _IO_FILE*
-   parameter is used instead of a integer file descriptor;  the default
+   parameter is used instead of an integer file descriptor;  the default
    implementation used for normal files just calls those functions.
    The advantage of overriding these functions instead of the higher-level
    ones (underflow, overflow etc) is that you can leave all the buffering
index eae507965f3cc792022da898bd5bb9fa2aa2d084..a047c2347ff7fa1b97127a58748c07785c5a1a76 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
+
+       * pthread_getschedparam.c: Fix typos.
+       * sysdeps/unix/sysv/linux/register-atfork.c: Likewise.
+
 2013-07-23  David S. Miller  <davem@davemloft.net>
 
        * tst-cancel4.c (WRITE_BUFFER_SIZE): Adjust comment.
index fd71350f37d8901af68fff47ebabf5e79c20748c..7d996e4f8c016f8b915b74c7a0b7bd094dc30829 100644 (file)
@@ -40,7 +40,7 @@ __pthread_getschedparam (threadid, policy, param)
   lll_lock (pd->lock, LLL_PRIVATE);
 
   /* The library is responsible for maintaining the values at all
-     times.  If the user uses a interface other than
+     times.  If the user uses an interface other than
      pthread_setschedparam to modify the scheduler setting it is not
      the library's problem.  In case the descriptor's values have
      not yet been retrieved do it now.  */
index 7d53708d9bf1db24b2e6707ffa154f8de9f5d37d..20a09e24d943e2fe37062e32d519b99893244f08 100644 (file)
@@ -127,7 +127,7 @@ libc_freeres_fn (free_mem)
   /* No more fork handlers.  */
   __fork_handlers = NULL;
 
-  /* Free eventually alloated memory blocks for the object pool.  */
+  /* Free eventually allocated memory blocks for the object pool.  */
   struct fork_handler_pool *runp = fork_handler_pool.next;
 
   memset (&fork_handler_pool, '\0', sizeof (fork_handler_pool));
index 3206e0b7400e1b32e0c7ca519925c401913abea5..1cc2093379d80159d5dee260f9f2e12766c5f745 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
+
+       * sysdeps/am33/fpu/fraiseexcpt.c: Fix typos.
+
 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/am33/elf/start.S: Remove trailing whitespace.
index d40fb99508bc0fd32f5e67d5ed48b7f766fe96b2..1d76d16cbe0f87044506bc96d6b8fe936a0e02f0 100644 (file)
@@ -1,3 +1,9 @@
+2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
+
+       * sysdeps/hppa/dl-lookupcfg.h: Fix typos.
+       * sysdeps/hppa/fpu/fraiseexcpt.c: Likewise.
+       * sysdeps/unix/sysv/linux/hppa/sysdep.h: Likewise.
+
 2013-07-23  Carlos O'Donell  <carlos@redhat.com>
 
        * sysdeps/hppa/fpu/libm-test-ulps: Regenerate.
index 92b81cba9363a1d70db6d5c4f7af17bc0c041368..c1a8b1547e64ada0395ce3903d1a0896f7020ab9 100644 (file)
@@ -1,3 +1,12 @@
+2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
+
+       * sysdeps/ia64/fpu/e_atanhl.S: Fix typos.
+       * sysdeps/ia64/fpu/e_log2l.S: Likewise.
+       * sysdeps/ia64/fpu/e_logl.S: Likewise.
+       * sysdeps/ia64/fpu/fraiseexcpt.c: Likewise.
+       * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
+       * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
+
 2013-07-04  Andreas Jaeger  <aj@suse.de>
 
        * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_LISTEN):
index 2666d38e8c6409b6b5a68ef519e6f174eed903f3..8681b1e14a5394d553812e3d9946465833fe4c04 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
+
+       * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c: Fix typos.
+
 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
 
        * sysdeps/unix/sysv/linux/m68k/dl-static.c: New file.
index a2ec5e18cb8f7a24186352fa4abe8fcbe64710f1..5ad254c5ff4bc09404e5f5f98e27941d645a2286 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
+
+       * sysdeps/tile/jmpbuf-offsets.h: Fix typos.
+
 2013-07-22  Chris Metcalf  <cmetcalf@tilera.com>
 
        [BZ #15759]
index f62e83a190d5e14f65b1f1b96e9e858805537e43..1610adf5e23883ea98427e637d8bccbd4f3a3351 100644 (file)
@@ -35,7 +35,7 @@ __feraiseexcept (int excepts)
   /* First: invalid exception.  */
   if (excepts & FE_INVALID)
     {
-      /* One example of a invalid operation is 0 * Infinity.  */
+      /* One example of an invalid operation is 0 * Infinity.  */
       float x = HUGE_VALF, y = 0.0f;
       __asm__ __volatile__ ("fmul %1,%0" : "+f" (x) : "f" (y));
     }
index 5c84c4367aeaf7056cef36487efa43ad107d857d..f3125e5ec64d3c79f6263028f88bdbcabf2afd8f 100644 (file)
@@ -57,7 +57,7 @@ void _dl_unmap (struct link_map *map);
 })
 
 
-/* The test for "addr & 2" below is to accomodate old binaries which
+/* The test for "addr & 2" below is to accommodate old binaries which
    violated the ELF ABI by pointing DT_INIT and DT_FINI at a function
    descriptor.  */
 #define DL_DT_INIT_ADDRESS(map, addr) \
index 0b55d343909980f10f0788841a6bb2f9fa599215..28e2db4aab5dadaac9ad7a030de3702e9c4abcff 100644 (file)
@@ -42,7 +42,7 @@ feraiseexcept (int excepts)
   /* First: Invalid exception.  */
   if (excepts & FE_INVALID)
     {
-      /* One example of a invalid operation is 0 * Infinity.  */
+      /* One example of an invalid operation is 0 * Infinity.  */
       double d = HUGE_VAL;
       __asm__ __volatile__ (
                "       fcpy,dbl %%fr0,%%fr22\n"
index 846a89ec3a03cb554971c70c481efd73b16608d0..5d828d5ffa620383c858679b89a85725c481f6a1 100644 (file)
@@ -99,7 +99,7 @@
 //   calculation is subdivided into two stages. The first stage is
 //   calculating of X = 2*|x|/(1-|x|). The second one is calculating of
 //   sign(x)*log1pl(X)/2. To obtain required accuracy we use precise division
-//   algorythm output of which is a pair of two extended precision values those
+//   algorithm output of which is a pair of two extended precision values those
 //   approximate result of division with accuracy higher than working
 //   precision. This pair is passed to modified log1pl function.
 //
index 837c55d294763d43343cb07e966415cd98d37f18..f33969aba74cb4aa42ca38571bc4e523a9028948 100644 (file)
@@ -471,7 +471,7 @@ GLOBAL_IEEE754_ENTRY(log2l)
   (p7) br.cond.spnt LOG2_PSEUDO_ZERO
 }
 {.mfi
-  // get T_low adress
+  // get T_low address
   shladd r3=r28,3,r3
   // if first 8 bits after leading 1 are all ones, use polynomial approx. only
   (p10) fms.s1 f6=f7,f36,f1
index e12c65d51e839b0940d1922db3591bd39552322d..996f64aaee5c34547e4c1aa251a37c6477c22336 100644 (file)
 //
 //      Calculate      X_1 := X_0 * Z_1 truncated to lsb = 2^(-14)
 //                          = 1.0 0 0 0 d_5 ... d_14
-//                     This is accomplised by integer multiplication.
+//                     This is accomplished by integer multiplication.
 //                     It is proved that X_1 indeed always begin
 //                     with 1.0000 in fixed point.
 //
 //
 //      Calculate      X_2 := X_1 * Z_2 truncated to lsb = 2^(-14)
 //                          = 1.0 0 0 0 0 0 0 0 d_9 d_10 ... d_14
-//                     This is accomplised by integer multiplication.
+//                     This is accomplished by integer multiplication.
 //                     It is proved that X_2 indeed always begin
 //                     with 1.00000000 in fixed point.
 //
index aaa9b61663d46f1af09a87233d7b4d5abb40604d..76c1b7a3150c7a78462842c343581bd629f542a4 100644 (file)
@@ -40,7 +40,7 @@ feraiseexcept (int excepts)
   /* First: invalid exception.  */
   if (FE_INVALID & excepts)
     {
-      /* One example of a invalid operation is 0 * Infinity.  */
+      /* One example of an invalid operation is 0 * Infinity.  */
       tmp = 0;
       __asm__ __volatile__ ("frcpa.s0 %0,p1=f0,f0" : "=f" (tmp) : : "p1" );
     }
index 351befb14737e56b2e63a5f2ba2832b8bee16b53..95c87a45df7ad78c1c3ba7ca00173becb60871d4 100644 (file)
 //
 //      Calculate       X_1 := X_0 * Z_1 truncated to lsb = 2^(-14)
 //                           = 1.0 0 0 0 d_5 ... d_14
-//                      This is accomplised by integer multiplication.
+//                      This is accomplished by integer multiplication.
 //                      It is proved that X_1 indeed always begin
 //                      with 1.0000 in fixed point.
 //
 //
 //      Calculate       X_2 := X_1 * Z_2 truncated to lsb = 2^(-14)
 //                           = 1.0 0 0 0 0 0 0 0 d_9 d_10 ... d_14
-//                      This is accomplised by integer multiplication.
+//                      This is accomplished by integer multiplication.
 //                      It is proved that X_2 indeed always begin
 //                      with 1.00000000 in fixed point.
 //
index f60ce1268f765b1a8c4cdacc8edb8d89e13e3378..3c8be028269b86d14cb5a9a955d050eb1840ccb5 100644 (file)
 //
 //      Calculate      X_1 := X_0 * Z_1 truncated to lsb = 2^(-14)
 //                          = 1.0 0 0 0 d_5 ... d_14
-//                     This is accomplised by integer multiplication.
+//                     This is accomplished by integer multiplication.
 //                     It is proved that X_1 indeed always begin
 //                     with 1.0000 in fixed point.
 //
 //
 //      Calculate      X_2 := X_1 * Z_2 truncated to lsb = 2^(-14)
 //                          = 1.0 0 0 0 0 0 0 0 d_9 d_10 ... d_14
-//                     This is accomplised by integer multiplication.
+//                     This is accomplished by integer multiplication.
 //                     It is proved that X_2 indeed always begin
 //                     with 1.00000000 in fixed point.
 //
index 54ec89fb9720cfc222241c84436f5a93b58b757d..83c4e4d2534e072026314ab9c85278e02328a6b6 100644 (file)
@@ -33,7 +33,7 @@ __feraiseexcept (int excepts)
   /* First: invalid exception.  */
   if (excepts & FE_INVALID)
     {
-      /* One example of a invalid operation is 0 * Infinity.  */
+      /* One example of an invalid operation is 0 * Infinity.  */
       double d = HUGE_VAL;
       __asm__ __volatile__ ("fmul%.s %#0r0,%0; fnop" : "=f" (d) : "0" (d));
     }
index 62b841300047e05ef4ce5bd0d9a058ccc5d6ed7c..c6f5be318475be319e19f9fb5a2abeb3cd654688 100644 (file)
@@ -45,7 +45,7 @@
 #define JB_PC   25  /* normally LR, r55 */
 #define JB_ICS  26  /* interrupt critical section bit */
 
-/* We save space for some extra state to accomodate future changes.  */
+/* We save space for some extra state to accommodate future changes.  */
 #define JB_LEN  32  /* number of words */
 
 #define JB_SIZE (JB_LEN * REGSIZE)
index c8c20e715280ea75c512f59386920a474e307dbc..0d27b4075da0dfff7fe96505c954ca76a5c01420 100644 (file)
 
 
 /* FIXME: This comment is not true.
- * All the syscall assembly macros rely on finding the approriate
+ * All the syscall assembly macros rely on finding the appropriate
    SYSCALL_ERROR_LABEL or rather HANDLER. */
 
 /* int * __errno_location(void) so you have to store your value
index 9e4bdf66715630719201c90505478bd5b0d2b886..48cb58ab0d6c6b02bfc766a842a86cf54c0c79cf 100644 (file)
@@ -117,7 +117,7 @@ __gai_notify (struct requestlist *req)
 #endif
        }
       else
-       /* This is part of a asynchronous `getaddrinfo_a' operation.  If
+       /* This is part of an asynchronous `getaddrinfo_a' operation.  If
           this request is the last one, send the signal.  */
        if (--*waitlist->counterp == 0)
          {
index adf64bbd9ac8e503f2f15ba0ea3d9baa6b309b1c..246307a206d32008fab92de8258b6840930d59b1 100644 (file)
@@ -180,7 +180,7 @@ libresolv_hidden_def (ns_name_ntop)
 strong_alias (ns_name_ntop, __ns_name_ntop)
 
 /*%
- *     Convert a ascii string into an encoded domain name as per RFC1035.
+ *     Convert an ascii string into an encoded domain name as per RFC1035.
  *
  * return:
  *
index 44b843a74b342d61f9d57c1bf0d5aa95f4ace6a4..df6a4a26fbf0f8174a615853ff5ea495ddc7ac04 100644 (file)
@@ -29,7 +29,7 @@ static const char rcsid[] = "$BINDId: ns_samedomain.c,v 8.9 1999/10/15 21:06:51
  *     Check whether a name belongs to a domain.
  *
  * Inputs:
- *\li  a - the domain whose ancestory is being verified
+ *\li  a - the domain whose ancestry is being verified
  *\li  b - the potential ancestor we're checking against
  *
  * Return:
index 60da5c901ba32470f75ad7234ec5ebd377ecbbf0..140efbef7b5a1d29234c42d337d4911b3e09b7a3 100644 (file)
@@ -875,7 +875,7 @@ send_vc(res_state statp,
                }
        }
        /*
-        * If the calling applicating has bailed out of
+        * If the calling application has bailed out of
         * a previous call and failed to arrange to have
         * the circuit closed or the server has got
         * itself confused, then drop the packet and
index e4302b0791d065d7dc8ad9ce639bfb31752cce75..d286bcf22832abded2bddaacf40438aa0e211de0 100644 (file)
@@ -160,7 +160,7 @@ static int32_t randtbl[DEG_3 + 1] =
 static struct random_data unsafe_state =
   {
 /* FPTR and RPTR are two pointers into the state info, a front and a rear
-   pointer.  These two pointers are always rand_sep places aparts, as they
+   pointer.  These two pointers are always rand_sep places apart, as they
    cycle through the state information.  (Yes, this does mean we could get
    away with just one pointer, but the code for random is more efficient
    this way).  The pointers are left positioned as they would be from the call:
index 4e31eb5fe278afbef4723134e6446255a224c4e3..d80d8f735d83a46b0aa0080115c0d58590a51236 100644 (file)
@@ -221,7 +221,7 @@ typedef bool_t (*xdrproc_t) (XDR *, void *,...);
 /*
  * Support struct for discriminated unions.
  * You create an array of xdrdiscrim structures, terminated with
- * a entry with a null procedure pointer.  The xdr_union routine gets
+ * an entry with a null procedure pointer.  The xdr_union routine gets
  * the discriminant value and then searches the array of structures
  * for a matching value.  If a match is found the associated xdr routine
  * is called to handle that part of the union.  If there is
index 141681d93fdee54c9ee755a784ea1c1f35c6af1a..c359e5e5a54a9ef15bffe161c7ee82dca5554ebb 100644 (file)
@@ -31,7 +31,7 @@ __feraiseexcept (int excepts)
   /* First: invalid exception.  */
   if ((FE_INVALID & excepts) != 0)
     {
-      /* One example of a invalid operation is 0.0 / 0.0.  */
+      /* One example of an invalid operation is 0.0 / 0.0.  */
       double d;
       __asm__ __volatile__ ("fldz; fdiv %%st, %%st(0); fwait" : "=t" (d));
       (void) &d;
index 14226f5a84e6d5ed6d31291fd0d9a48b9d925eb3..2984a374cfa5e4c95ab70c5ea77f85f2d48c87d4 100644 (file)
@@ -58,7 +58,7 @@
 /* Get the entry and convert the relative offset to the        \
        absolute        address.  */    \
        addl    (%ebx,INDEX,SCALE), %ebx;       \
-/* We loaded the jump table and adjuested EDX/ESI. Go.  */     \
+/* We loaded the jump table and adjusted EDX/ESI. Go.  */      \
        jmp     *%ebx
 # else
 #  define JMPTBL(I, B) I
index 53a0b3df0ee505e926a812a9687363ae3adc9d4d..bcea296a9a59527f0c9108ea753ad0546e8fb599 100644 (file)
@@ -62,7 +62,7 @@
        absolute address.  */                                   \
     add                (%ebx,%ecx,4), %ebx;                            \
     add                %ecx, %edx;                                     \
-    /* We loaded the jump table and adjuested EDX. Go.  */     \
+    /* We loaded the jump table and adjusted EDX. Go.  */      \
     jmp                *%ebx
 #else
 # define ENTRANCE
index 2db588446eccf7aaa4560e04f77567628c0adf1c..36bca84a7871e9501cd5964dedbf321cdf6ce172 100644 (file)
@@ -62,7 +62,7 @@
        absolute address.  */                                   \
     add                (%ebx,%ecx,4), %ebx;                            \
     add                %ecx, %edx;                                     \
-    /* We loaded the jump table and adjuested EDX. Go.  */     \
+    /* We loaded the jump table and adjusted EDX. Go.  */      \
     jmp                *%ebx
 #else
 # define ENTRANCE
index 72a1acad42dee265cb88d7aa31a9ebd5070c16ff..62d60cdb7872a434ea32814ee827e015eedb1ad2 100644 (file)
@@ -49,7 +49,7 @@
        /* Get the entry and convert the relative offset to the \
        absolute address.  */   \
        addl    (%ecx,INDEX,SCALE), %ecx;       \
-       /* We loaded the jump table and adjuested ECX. Go.  */  \
+       /* We loaded the jump table and adjusted ECX. Go.  */   \
        jmp     *%ecx
 # else
 #  define JMPTBL(I, B) I
index 7177205d0fd3eecd2a9b215540ff69efdd17f33b..62f458f10767eeaf48ef33b5096e1e1657de4215 100644 (file)
@@ -53,7 +53,7 @@
 #  define STR1         8
 # endif
 # define STR2          STR1+4
-# define LOCALE                12      /* Loaded before the adjustement.  */
+# define LOCALE                12      /* Loaded before the adjustment.  */
 # ifdef PIC
 #  define RETURN       POP (%edi); POP (%ebx); ret; \
                        .p2align 4; CFI_PUSH (%ebx); CFI_PUSH (%edi)
@@ -73,7 +73,7 @@
 # endif
 # define STR2          STR1+4
 # define CNT           STR2+4
-# define LOCALE                16      /* Loaded before the adjustement.  */
+# define LOCALE                16      /* Loaded before the adjustment.  */
 # ifdef PIC
 #  define RETURN       POP (%edi); POP (REM); POP (%ebx); ret; \
                        .p2align 4; \
index f2bc204273d64c63a9c2e19e0b385bc0998ca5c3..5fd9ac881a3fa2a20c3b2202227ce45e435c0284 100644 (file)
@@ -61,7 +61,7 @@
 #  define STR1         4
 # endif
 # define STR2          STR1+4
-# define LOCALE                12      /* Loaded before the adjustement.  */
+# define LOCALE                12      /* Loaded before the adjustment.  */
 # ifdef PIC
 #  define RETURN       POP (%ebx); ret; .p2align 4; CFI_PUSH (%ebx)
 # else
@@ -82,7 +82,7 @@
 # endif
 # define STR2          STR1+4
 # define CNT           STR2+4
-# define LOCALE                16      /* Loaded before the adjustement.  */
+# define LOCALE                16      /* Loaded before the adjustment.  */
 # ifdef PIC
 #  define RETURN       POP (REM); POP (%ebx); ret; \
                        .p2align 4; CFI_PUSH (%ebx); CFI_PUSH (REM)
index 07db134fa60f785d1b54dcf1915c3873f71cf420..d942ac285262f5c3d5d0aa7c2cc7a93a80afd894 100644 (file)
@@ -64,7 +64,7 @@
        /* Get the entry and convert the relative offset to the \
        absolute        address.  */                            \
        addl    (%ecx,INDEX,SCALE), %ecx;                       \
-       /* We loaded the jump table and adjuested ECX. Go.  */  \
+       /* We loaded the jump table and adjusted ECX. Go.  */  \
        jmp     *%ecx
 # else
 #  define JMPTBL(I, B) I
@@ -128,7 +128,7 @@ ENTRY (STRCPY)
 
        sub     %ecx, %edi
 
-/* If source adress alignment != destination adress alignment */
+/* If source address alignment != destination address alignment */
        .p2align 4
 L(Unalign16Both):
        mov     $16, %ecx
@@ -271,7 +271,7 @@ L(Unaligned64Leave):
        lea     49(%edi, %edx), %edi
        jmp     L(StrncpyFillTailWithZero)
 
-/* If source adress alignment == destination adress alignment */
+/* If source address alignment == destination address alignment */
 
 L(SourceStringAlignmentZero):
        pxor    %xmm0, %xmm0
index 979fcb7de4abb13563b3bf7c57e35c7e389b8f4f..cf20643676e05d55ae341e7add602094c9198e96 100644 (file)
@@ -42,7 +42,7 @@ check_one_fd (int fd, int mode)
     {
       /* This descriptor hasn't been opened.  We try to allocate the
          descriptor and open /dev/null on it so that the SUID program
-         we are about to start does not accidently use this
+         we are about to start does not accidentally use this
          descriptor.  */
       d = _hurd_alloc_fd (NULL, fd);
       if (d != NULL)
index f3605d790fedf0f6cb4f54084dd3ef1b40bd973f..24a0f1248774867f7057c623aacc8fc1024a3978 100644 (file)
@@ -49,7 +49,7 @@ EALIGN (memcpy, 5, 0)
 
 .Lbigcopy:
        neg     r8,r3           /* LS 3 bits = # bytes to 8-byte dest bdry  */
-       clrlwi  r8,r8,32-4      /* aling to 16byte boundary  */
+       clrlwi  r8,r8,32-4      /* align to 16byte boundary  */
        sub     r7,r4,r3
        cmplwi  cr0,r8,0
        beq+    .Ldst_aligned
index dc93db3854abee0753f6a81e06e359721c56e498..60cd350522faf3088346a52a5df7355ce5fbc73d 100644 (file)
@@ -1,4 +1,4 @@
-/* non alitivec (old) version of setjmp for PowerPC.
+/* non altivec (old) version of setjmp for PowerPC.
    Copyright (C) 1995-2013 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
index d7050a2f7305f763e00643e36e6141e328f140cb..9a455a3c68afbaa95aafebb4fe19078ca93de8e0 100644 (file)
@@ -512,7 +512,7 @@ L(zeroLength):
    of rBITDIF to 0.  If rBITDIF == 0 then rStr1 is word aligned and can
    perform the Wunaligned loop.
 
-   Otherwise we know that rSTR1 is not aready word aligned yet.
+   Otherwise we know that rSTR1 is not already word aligned yet.
    So we can force the string addresses to the next lower word
    boundary and special case this first word using shift left to
    eliminate bits preceding the first byte.  Since we want to join the
index f764b7ce31917a7093f8ac0436c24307736039d9..075e19f1410f916b37279f77fc1a7907c5f666f3 100644 (file)
@@ -515,7 +515,7 @@ L(zeroLength):
    of rBITDIF to 0.  If rBITDIF == 0 then rStr1 is word aligned and can
    perform the Wunaligned loop.
 
-   Otherwise we know that rSTR1 is not aready word aligned yet.
+   Otherwise we know that rSTR1 is not already word aligned yet.
    So we can force the string addresses to the next lower word
    boundary and special case this first word using shift left to
    eliminate bits preceding the first byte.  Since we want to join the
index 851a5b908b015db3ec7dd80be9f9afb823b872ee..8a8cf0d6e7f4f255e803bafe3e88c9612a2aaff2 100644 (file)
@@ -1,4 +1,4 @@
-/* non alitivec (old) version of setjmp for PowerPC.
+/* non altivec (old) version of setjmp for PowerPC.
    Copyright (C) 1995-2013 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
index a271965dd73a471923dd13d859cee49a58d28f8a..104900ea5f8f8f10701745a2607204385a696413 100644 (file)
@@ -49,7 +49,7 @@ EALIGN (memcpy, 5, 0)
 
 .Lbigcopy:
        neg     r8,r3           /* LS 3 bits = # bytes to 8-byte dest bdry  */
-       clrldi  r8,r8,64-4      /* aling to 16byte boundary  */
+       clrldi  r8,r8,64-4      /* align to 16byte boundary  */
        sub     r7,r4,r3
        cmpldi  cr0,r8,0
        beq+    .Ldst_aligned
index f3953f182265392f9932d06b33abb441fd40fe88..deedd2df63917fc68db7cfead29c83f4669a5685 100644 (file)
@@ -157,7 +157,7 @@ __aio_notify (struct requestlist *req)
 #endif
        }
       else
-       /* This is part of a asynchronous `lio_listio' operation.  If
+       /* This is part of an asynchronous `lio_listio' operation.  If
           this request is the last one, send the signal.  */
        if (--*waitlist->counterp == 0)
          {
index 0350df9ca0168253da51a2fefb284c302053a2d8..050e105d8c44121210acefde46259e8260f65d34 100644 (file)
@@ -39,7 +39,7 @@ __feraiseexcept (int excepts)
   /* First: invalid exception.  */
   if ((FE_INVALID & excepts) != 0)
     {
-      /* One example of a invalid operation is 0/0.  */
+      /* One example of an invalid operation is 0/0.  */
       __asm ("" : "=e" (d) : "0" (c.zero));
       d /= c.zero;
       __asm __volatile ("" : : "e" (d));
index d1dffa34054fe026c7802adfcb36142ae79f6017..d156717209f2413bd9de9001497ff8d87f3db14d 100644 (file)
@@ -22,7 +22,7 @@
 /* Define unique numbers for the operations permitted on socket.  Linux
    uses a single system call for all these functions.  The relevant code
    file is /usr/include/linux/net.h.
-   We cannot use a enum here because the values are used in assembler
+   We cannot use an enum here because the values are used in assembler
    code.  */
 
 #define SOCKOP_socket          1
index e2fa21dc164aca940c2fa2728fa48052863360c5..b9040cce90920dad5dab19e952a759614395a305 100644 (file)
@@ -115,7 +115,7 @@ __NTH (feraiseexcept (int __excepts))
     {
       if ((FE_INVALID & __excepts) != 0)
        {
-         /* One example of a invalid operation is 0.0 / 0.0.  */
+         /* One example of an invalid operation is 0.0 / 0.0.  */
          float __f = 0.0;
 
 # ifdef __SSE_MATH__
index 9a251e1019f60005612603199b9fb16c967bb2d6..e5f553adfdc3baf1c9bec2556149f39e348b02bc 100644 (file)
@@ -30,7 +30,7 @@ __feraiseexcept (int excepts)
   /* First: invalid exception.  */
   if ((FE_INVALID & excepts) != 0)
     {
-      /* One example of a invalid operation is 0.0 / 0.0.  */
+      /* One example of an invalid operation is 0.0 / 0.0.  */
       float f = 0.0;
 
       __asm__ __volatile__ ("divss %0, %0 " : : "x" (f));
index cd56e5637a987822f7cf07b289a270a8d7b9770a..7710173c6865505575161db6ba2c17c3475db1a7 100644 (file)
@@ -93,7 +93,7 @@ ENTRY (STRCPY)
        movdqu  (%rsi, %rcx), %xmm1   /* copy 16 bytes */
        movdqu  %xmm1, (%rdi)
 
-/* If source adress alignment != destination adress alignment */
+/* If source address alignment != destination address alignment */
        .p2align 4
 L(Unalign16Both):
        sub     %rcx, %rdi
@@ -289,7 +289,7 @@ L(Unaligned64Leave):
        BRANCH_TO_JMPTBL_ENTRY (L(ExitTable), %rdx, 4)
 # endif
 
-/* If source adress alignment == destination adress alignment */
+/* If source address alignment == destination address alignment */
 
 L(SourceStringAlignmentLess32):
        pxor    %xmm0, %xmm0