Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jul 23, 2009
1 parent 077e770 commit fe4d293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elf/dl-lookup.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ do_lookup_x (const char *undef_name, uint_fast32_t new_hash,

if (table[idx].map->l_type == lt_loaded)
/* Make sure we don't unload this object by
artificially increason the open count. */
setting the appropriate flag. */
table[idx].map->l_flags_1 |= DF_1_NODELETE;

return;
Expand Down

0 comments on commit fe4d293

Please sign in to comment.