summary refs log tree commit diff
path: root/elf/dl-object.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/dl-object.c
parente84142d2a9eed278ecf869459a5de0b640074517 (diff)
downloadglibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar.gz
glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar.xz
glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.zip
Remove doubled words.
Diffstat (limited to 'elf/dl-object.c')
-rw-r--r--elf/dl-object.c2
1 files changed, 1 insertions, 1 deletions
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;