diff options
author | Jim Meyering <jim@meyering.net> | 2011-04-22 21:34:32 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-22 21:34:32 -0400 |
commit | ded5b9b7c7c0afc7edc520911d76558564638bda (patch) | |
tree | ec9520664a3c01f979e2be5d07ceb678e6226a46 /elf | |
parent | e84142d2a9eed278ecf869459a5de0b640074517 (diff) | |
download | glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar.gz glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar.xz glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.zip |
Remove doubled words.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/cache.c | 4 | ||||
-rw-r--r-- | elf/dl-lookup.c | 2 | ||||
-rw-r--r-- | elf/dl-object.c | 2 |
3 files changed, 4 insertions, 4 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; |