1
0
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:
Jim Meyering
2011-04-22 21:34:32 -04:00
committed by Ulrich Drepper
parent e84142d2a9
commit ded5b9b7c7
57 changed files with 107 additions and 107 deletions

View File

@ -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;