Fix CL typos.
authorMarek Polacek <polacek@redhat.com>
Thu, 5 Apr 2012 17:28:16 +0000 (19:28 +0200)
committerMarek Polacek <polacek@redhat.com>
Thu, 5 Apr 2012 17:28:16 +0000 (19:28 +0200)
ChangeLog

index cc4de41..ab6db9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +2,10 @@
 
        * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
        lazy binding.
-       * elf/dl-lookup (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
+       * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
        undefined symbol errors.
 
-       * elf/rtlc.c (dl_main): Skip VDSO when checking for unused
+       * elf/rtld.c (dl_main): Skip VDSO when checking for unused
        DT_NEEDED entries.
 
 2012-04-05  Michael Matz  <matz@suse.de>