Fix comment.
authorUlrich Drepper <drepper@redhat.com>
Thu, 23 Jul 2009 14:37:48 +0000 (07:37 -0700)
committerUlrich Drepper <drepper@redhat.com>
Thu, 23 Jul 2009 14:37:48 +0000 (07:37 -0700)
elf/dl-lookup.c

index 1333123..61e8d7f 100644 (file)
@@ -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;