diff options
author | Marek Polacek <polacek@redhat.com> | 2012-04-05 19:28:16 +0200 |
---|---|---|
committer | Marek Polacek <polacek@redhat.com> | 2012-04-05 19:28:16 +0200 |
commit | 48e2e132debdc5f0163114c89a6eaec986c9bf84 (patch) | |
tree | fdb70cf1ea7dc86996e9613c81b3a190d4fee958 /ChangeLog | |
parent | c9e9d408631bf700fc975d315e4c6d8ce8d84d3c (diff) | |
download | glibc-48e2e132debdc5f0163114c89a6eaec986c9bf84.tar glibc-48e2e132debdc5f0163114c89a6eaec986c9bf84.tar.gz glibc-48e2e132debdc5f0163114c89a6eaec986c9bf84.tar.bz2 glibc-48e2e132debdc5f0163114c89a6eaec986c9bf84.zip |
Fix CL typos.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |