Update comments in ldconfig.c and dl-hwcaps.c.
commit13e23af76e64efc055103344bd56d553ceee8512
authorCarlos O'Donell <carlos@redhat.com>
Thu, 23 May 2013 03:22:36 +0000 (22 23:22 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Thu, 23 May 2013 03:22:36 +0000 (22 23:22 -0400)
tree46ea93986dadb55cdef965785508d2783342cf7d
parent351fe550871f522a19b60f66aa75b96426d67f2f
Update comments in ldconfig.c and dl-hwcaps.c.

In dl-hwcaps.c the comment read that rounding was done
to ElfW(Addr), but it's actually rounded to ElfW(Word).

In ldconfig.c we make each comment a sentence and
mention that the "tls" pseudo-hwcap is just for legacy
installations where TLS was optional.

---

2013-05-22  Carlos O'Donell  <carlos@redhat.com>

* elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
(main): Mention "tls" pseudo-hwcap is legacy.
* elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
ChangeLog
elf/dl-hwcaps.c
elf/ldconfig.c