diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-23 07:37:48 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-23 07:37:48 -0700 |
commit | fe4d2935e8d984d1d6c314eec557921f2c851224 (patch) | |
tree | 9d83e412003aa7d71242abe394bfdce3d23a45d8 /elf | |
parent | 077e7700b30df967d9000ebe692894fc5d66df80 (diff) | |
download | glibc-fe4d2935e8d984d1d6c314eec557921f2c851224.tar.gz glibc-fe4d2935e8d984d1d6c314eec557921f2c851224.tar.xz glibc-fe4d2935e8d984d1d6c314eec557921f2c851224.zip |
Fix comment.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-lookup.c b/elf/dl-lookup.c index 1333123b0f..61e8d7f085 100644 --- a/elf/dl-lookup.c +++ b/elf/dl-lookup.c @@ -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; |