aboutsummaryrefslogtreecommitdiff
path: root/elf/cache.c
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 /elf/cache.c
parente84142d2a9eed278ecf869459a5de0b640074517 (diff)
downloadglibc-ded5b9b7c7c0afc7edc520911d76558564638bda.zip
glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar.gz
glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar.bz2
Remove doubled words.
Diffstat (limited to 'elf/cache.c')
-rw-r--r--elf/cache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/cache.c b/elf/cache.c
index b8561e4..0988593 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;