diff options
Diffstat (limited to 'elf/dl-object.c')
-rw-r--r-- | elf/dl-object.c | 2 |
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; |