aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2012-04-05 19:28:16 +0200
committerMarek Polacek <polacek@redhat.com>2012-04-05 19:28:16 +0200
commit48e2e132debdc5f0163114c89a6eaec986c9bf84 (patch)
treefdb70cf1ea7dc86996e9613c81b3a190d4fee958
parentc9e9d408631bf700fc975d315e4c6d8ce8d84d3c (diff)
downloadglibc-48e2e132debdc5f0163114c89a6eaec986c9bf84.tar
glibc-48e2e132debdc5f0163114c89a6eaec986c9bf84.tar.gz
glibc-48e2e132debdc5f0163114c89a6eaec986c9bf84.tar.bz2
glibc-48e2e132debdc5f0163114c89a6eaec986c9bf84.zip
Fix CL typos.
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cc4de41390..ab6db9edb2 100644
--- 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>