mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Remove doubled words.
This commit is contained in:
committed by
Ulrich Drepper
parent
e84142d2a9
commit
ded5b9b7c7
@ -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;
|
||||
|
Reference in New Issue
Block a user