aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2011-04-22 21:34:32 -0400
committerUlrich Drepper <drepper@gmail.com>2011-04-22 21:34:32 -0400
commitded5b9b7c7c0afc7edc520911d76558564638bda (patch)
treeec9520664a3c01f979e2be5d07ceb678e6226a46
parente84142d2a9eed278ecf869459a5de0b640074517 (diff)
downloadglibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar.xz
glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.zip
Remove doubled words.
-rw-r--r--elf/cache.c4
-rw-r--r--elf/dl-lookup.c2
-rw-r--r--elf/dl-object.c2
-rw-r--r--io/fchmod.c4
-rw-r--r--libio/fileops.c6
-rw-r--r--libio/oldfileops.c6
-rw-r--r--libio/wfileops.c4
-rw-r--r--locale/programs/ld-collate.c4
-rw-r--r--malloc/malloc.c4
-rw-r--r--manual/stdio.texi2
-rw-r--r--misc/fchflags.c4
-rw-r--r--misc/ftruncate.c4
-rw-r--r--misc/ftruncate64.c4
-rw-r--r--misc/tst-efgcvt.c4
-rw-r--r--nptl/sysdeps/unix/sysv/linux/pthread_kill.c4
-rw-r--r--nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c4
-rw-r--r--nptl/tst-kill4.c4
-rw-r--r--nscd/connections.c2
-rw-r--r--nss/getnssent_r.c4
-rw-r--r--stdlib/gmp-impl.h4
-rw-r--r--sysdeps/generic/tls.h4
-rw-r--r--sysdeps/i386/stpncpy.S4
-rw-r--r--sysdeps/ia64/fpu/libm_lgammal.S2
-rw-r--r--sysdeps/ia64/memcmp.S4
-rw-r--r--sysdeps/ia64/strcpy.S4
-rw-r--r--sysdeps/mach/hurd/fchflags.c4
-rw-r--r--sysdeps/mach/hurd/fchmod.c4
-rw-r--r--sysdeps/mach/hurd/ftruncate.c4
-rw-r--r--sysdeps/powerpc/powerpc32/dl-machine.c4
-rw-r--r--sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S4
-rw-r--r--sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S4
-rw-r--r--sysdeps/powerpc/powerpc32/power4/memcpy.S4
-rw-r--r--sysdeps/powerpc/powerpc32/power4/strncmp.S2
-rw-r--r--sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S4
-rw-r--r--sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S4
-rw-r--r--sysdeps/powerpc/powerpc32/power6/memcpy.S4
-rw-r--r--sysdeps/powerpc/powerpc32/power7/strncmp.S2
-rw-r--r--sysdeps/powerpc/powerpc32/strncmp.S4
-rw-r--r--sysdeps/powerpc/powerpc64/memcpy.S4
-rw-r--r--sysdeps/powerpc/powerpc64/power4/memcmp.S4
-rw-r--r--sysdeps/powerpc/powerpc64/power4/memcpy.S4
-rw-r--r--sysdeps/powerpc/powerpc64/power4/strncmp.S2
-rw-r--r--sysdeps/powerpc/powerpc64/power6/memcpy.S4
-rw-r--r--sysdeps/powerpc/powerpc64/power7/memcmp.S4
-rw-r--r--sysdeps/powerpc/powerpc64/power7/strncmp.S2
-rw-r--r--sysdeps/powerpc/powerpc64/strchr.S4
-rw-r--r--sysdeps/powerpc/powerpc64/strcmp.S4
-rw-r--r--sysdeps/powerpc/powerpc64/strcpy.S4
-rw-r--r--sysdeps/powerpc/powerpc64/strlen.S4
-rw-r--r--sysdeps/powerpc/powerpc64/strncmp.S4
-rw-r--r--sysdeps/unix/sysv/linux/check_pf.c4
-rw-r--r--sysdeps/unix/sysv/linux/ftruncate64.c4
-rw-r--r--sysdeps/unix/sysv/linux/ifaddrs.c4
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c4
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c4
-rw-r--r--sysdeps/unix/sysv/linux/truncate64.c4
-rw-r--r--time/strptime_l.c4
57 files changed, 107 insertions, 107 deletions
diff --git a/elf/cache.c b/elf/cache.c
index b8561e4b5f..09885930d7 100644
--- a/elf/cache.c
+++ b/elf/cache.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999-2003,2005,2006,2007 Free Software Foundation, Inc.
+/* Copyright (C) 1999-2003,2005,2006,2007,2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 1999.
@@ -361,7 +361,7 @@ save_cache (const char *cache_name)
{
/* We could subtract file_entries_new_size from str_offset -
not doing so makes the code easier, the string table
- always begins at the beginning of the the new cache
+ always begins at the beginning of the new cache
struct. */
file_entries_new->libs[idx_new].flags = entry->flags;
file_entries_new->libs[idx_new].osversion = entry->osversion;
diff --git a/elf/dl-lookup.c b/elf/dl-lookup.c
index 874a4bba4e..19b27d71ba 100644
--- a/elf/dl-lookup.c
+++ b/elf/dl-lookup.c
@@ -194,7 +194,7 @@ do_lookup_x (const char *undef_name, uint_fast32_t new_hash,
might exist in more than one form
If the library does not provide symbol version information
- there is no problem at at: we simply use the symbol if it
+ there is no problem at all: we simply use the symbol if it
is defined.
These two lookups need to be handled differently if the
diff --git a/elf/dl-object.c b/elf/dl-object.c
index b30c845a51..ee93b6a89c 100644
--- a/elf/dl-object.c
+++ b/elf/dl-object.c
@@ -112,7 +112,7 @@ _dl_new_object (char *realname, const char *libname, int type,
/* new->l_global = 0; We use calloc therefore not necessary. */
- /* Use the 'l_scope_mem' array by default for the the 'l_scope'
+ /* Use the 'l_scope_mem' array by default for the 'l_scope'
information. If we need more entries we will allocate a large
array dynamically. */
new->l_scope = new->l_scope_mem;
diff --git a/io/fchmod.c b/io/fchmod.c
index 4b5eacb3eb..ce79daa33b 100644
--- a/io/fchmod.c
+++ b/io/fchmod.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1995, 1996, 1997, 2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -21,7 +21,7 @@
#include <sys/stat.h>
#include <sys/types.h>
-/* Change the protections of the file FD refers to to MODE. */
+/* Change the permissions of the file referenced by FD to MODE. */
int
__fchmod (fd, mode)
int fd;
diff --git a/libio/fileops.c b/libio/fileops.c
index 4698953f7a..eba2768cc7 100644
--- a/libio/fileops.c
+++ b/libio/fileops.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1995, 1997-2005, 2006, 2007, 2008, 2009
+/* Copyright (C) 1993, 1995, 1997-2005, 2006, 2007, 2008, 2009, 2011
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Per Bothner <bothner@cygnus.com>.
@@ -507,7 +507,7 @@ new_do_write (fp, data, to_do)
if (fp->_flags & _IO_IS_APPENDING)
/* On a system without a proper O_APPEND implementation,
you would need to sys_seek(0, SEEK_END) here, but is
- is not needed nor desirable for Unix- or Posix-like systems.
+ not needed nor desirable for Unix- or Posix-like systems.
Instead, just indicate that offset (before and after) is
unpredictable. */
fp->_offset = _IO_pos_BAD;
@@ -1109,7 +1109,7 @@ resync:
/* We need to do it since it is possible that the file offset in
the kernel may be changed behind our back. It may happen when
we fopen a file and then do a fork. One process may access the
- the file and the kernel file offset will be changed. */
+ file and the kernel file offset will be changed. */
if (fp->_offset >= 0)
_IO_SYSSEEK (fp, fp->_offset, 0);
diff --git a/libio/oldfileops.c b/libio/oldfileops.c
index 3bd0aa175b..be99a2500c 100644
--- a/libio/oldfileops.c
+++ b/libio/oldfileops.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1995, 1997-2004, 2005, 2007
+/* Copyright (C) 1993, 1995, 1997-2004, 2005, 2007, 2011
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Per Bothner <bothner@cygnus.com>.
@@ -299,7 +299,7 @@ old_do_write (fp, data, to_do)
if (fp->_flags & _IO_IS_APPENDING)
/* On a system without a proper O_APPEND implementation,
you would need to sys_seek(0, SEEK_END) here, but is
- is not needed nor desirable for Unix- or Posix-like systems.
+ not needed nor desirable for Unix- or Posix-like systems.
Instead, just indicate that offset (before and after) is
unpredictable. */
fp->_old_offset = _IO_pos_BAD;
@@ -654,7 +654,7 @@ resync:
/* We need to do it since it is possible that the file offset in
the kernel may be changed behind our back. It may happen when
we fopen a file and then do a fork. One process may access the
- the file and the kernel file offset will be changed. */
+ file and the kernel file offset will be changed. */
if (fp->_old_offset >= 0)
_IO_SYSSEEK (fp, fp->_old_offset, 0);
diff --git a/libio/wfileops.c b/libio/wfileops.c
index 503d341a96..386b06b79f 100644
--- a/libio/wfileops.c
+++ b/libio/wfileops.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993,1995,1997-2004,2006,2009 Free Software Foundation, Inc.
+/* Copyright (C) 1993,1995,1997-2004,2006,2009,2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Ulrich Drepper <drepper@cygnus.com>.
Based on the single byte version by Per Bothner <bothner@cygnus.com>.
@@ -759,7 +759,7 @@ resync:
/* We need to do it since it is possible that the file offset in
the kernel may be changed behind our back. It may happen when
we fopen a file and then do a fork. One process may access the
- the file and the kernel file offset will be changed. */
+ file and the kernel file offset will be changed. */
if (fp->_offset >= 0)
_IO_SYSSEEK (fp, fp->_offset, 0);
diff --git a/locale/programs/ld-collate.c b/locale/programs/ld-collate.c
index 11bd7eacad..b30d1ac949 100644
--- a/locale/programs/ld-collate.c
+++ b/locale/programs/ld-collate.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-2003, 2005-2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2003, 2005-2008, 2009, 2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.org>, 1995.
@@ -2565,7 +2565,7 @@ collate_output (struct localedef_t *locale, const struct charmap_t *charmap,
elem_table[idx * 2] = hash;
elem_table[idx * 2 + 1] = obstack_object_size (&extrapool);
- /* The the string itself including length. */
+ /* The string itself including length. */
obstack_1grow (&extrapool, namelen);
obstack_grow (&extrapool, runp->name, namelen);
diff --git a/malloc/malloc.c b/malloc/malloc.c
index 3e06b8755b..dccb6cc4fd 100644
--- a/malloc/malloc.c
+++ b/malloc/malloc.c
@@ -1,5 +1,5 @@
/* Malloc implementation for multiple threads without lock contention.
- Copyright (C) 1996-2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1996-2009, 2010, 2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Wolfram Gloger <wg@malloc.de>
and Doug Lea <dl@cs.oswego.edu>, 2001.
@@ -2774,7 +2774,7 @@ mstate av; mchunkptr p; INTERNAL_SIZE_T s;
always true of any allocated chunk; i.e., that each allocated
chunk borders either a previously allocated and still in-use
chunk, or the base of its memory arena. This is ensured
- by making all allocations from the the `lowest' part of any found
+ by making all allocations from the `lowest' part of any found
chunk. This does not necessarily hold however for chunks
recycled via fastbins.
*/
diff --git a/manual/stdio.texi b/manual/stdio.texi
index 9fb209a473..0a70b04d75 100644
--- a/manual/stdio.texi
+++ b/manual/stdio.texi
@@ -4329,7 +4329,7 @@ the same file position.
@item
In a call to @code{fseek} or @code{fseeko} on a text stream, either the
@var{offset} must be zero, or @var{whence} must be @code{SEEK_SET} and
-and the @var{offset} must be the result of an earlier call to @code{ftell}
+the @var{offset} must be the result of an earlier call to @code{ftell}
on the same stream.
@item
diff --git a/misc/fchflags.c b/misc/fchflags.c
index f191194c12..9e252a8d08 100644
--- a/misc/fchflags.c
+++ b/misc/fchflags.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995, 1996, 1997, 2004, 2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -20,7 +20,7 @@
#include <stddef.h>
#include <sys/stat.h>
-/* Change the flags of the file FD refers to to FLAGS. */
+/* Change the flags of the file referenced by FD to FLAGS. */
int fchflags (int fd, int flags) __THROW;
diff --git a/misc/ftruncate.c b/misc/ftruncate.c
index d4cca2e267..e3406af04f 100644
--- a/misc/ftruncate.c
+++ b/misc/ftruncate.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995, 1996, 1997, 1998, 2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.