aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@systemhalted.org>2012-06-22 14:52:50 +0000
committerCarlos O'Donell <carlos@systemhalted.org>2012-06-22 18:04:53 +0000
commit807841933bed6a3a308451a05f502de28aa6c6b8 (patch)
tree8ea20f13bdc9da648adda2feffe31501f363940b
parent4248b1b1cf8c641fb51d92c3d2cfac81b02a903e (diff)
downloadglibc-807841933bed6a3a308451a05f502de28aa6c6b8.zip
glibc-807841933bed6a3a308451a05f502de28aa6c6b8.tar.gz
glibc-807841933bed6a3a308451a05f502de28aa6c6b8.tar.bz2
Use tab not spaces.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index de044b3..ea23078 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,7 +34,7 @@
[BZ #13882]
* elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
uint16_t for elements in the "seen" array to avoid char overflows.
- * elf/dl-fini.c (_dl_sort_fini): Likewise.
+ * elf/dl-fini.c (_dl_sort_fini): Likewise.
* elf/dl-open.c (dl_open_worker): Likewise.
2012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>