about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2013-08-06 11:13:03 +0200
committerAndreas Schwab <schwab@suse.de>2013-08-06 11:13:48 +0200
commit85891acadf1b5207df93c9078b0d1ff5b28838de (patch)
tree9ed38ec055a8a538621cd0a02b6ffe6acb20f3dc
parent31ad488dff6354bbe0aef38eeca682c2ac5336b7 (diff)
downloadglibc-85891acadf1b5207df93c9078b0d1ff5b28838de.tar.gz
glibc-85891acadf1b5207df93c9078b0d1ff5b28838de.tar.xz
glibc-85891acadf1b5207df93c9078b0d1ff5b28838de.zip
Fix typo in ChangeLog
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 003d602718..fa588c9f9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6542,7 +6542,7 @@
 	* stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
 	(tests): Add test case tst-tls-atexit.
 	(modules-names): Add shared library for tst-tls-atexit.
-	* stdlib/Versions (GLIBC_2.17): Add __cxa_thread_atexit_impl.
+	* stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
 	(GLIBC_PRIVATE): Add __call_tls_dtors.
 	* stdlib/cxa_thread_atexit_impl.c: New file with helper function
 	for libstdc++.