From: Ulrich Drepper Date: Thu, 23 Jul 2009 14:37:48 +0000 (-0700) Subject: Fix comment. X-Git-Tag: fedora/glibc-2.10.90-7~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe4d2935e8d984d1d6c314eec557921f2c851224;p=thirdparty%2Fglibc.git Fix comment. --- diff --git a/elf/dl-lookup.c b/elf/dl-lookup.c index 1333123b0f6..61e8d7f0856 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;