about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-11-06 18:45:32 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-11-06 18:45:32 +0000
commitd699ab25d32768aaad899f9ff1e668be62c448d2 (patch)
tree327189aa868a9f0486d5303cbf4f31e7dec00e1e /ChangeLog
parentb9eaf28a640bdfbfbad55cdfe0361339664ab8ba (diff)
downloadglibc-d699ab25d32768aaad899f9ff1e668be62c448d2.tar.gz
glibc-d699ab25d32768aaad899f9ff1e668be62c448d2.tar.xz
glibc-d699ab25d32768aaad899f9ff1e668be62c448d2.zip
Fix typo in signgam test messages.
I noticed a typo in the messages from the signgam tests I recently
added.  This patch fixes it.

Tested for x86_64 and x86.

	* math/test-signgam-finite.c (RUN_TESTS): Correct messages about
	calls with argument -0.5.
	* math/test-signgam-finite-c99.c (RUN_TESTS): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1af65b834c..da6c7dd2f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2015-11-06  Joseph Myers  <joseph@codesourcery.com>
 
+	* math/test-signgam-finite.c (RUN_TESTS): Correct messages about
+	calls with argument -0.5.
+	* math/test-signgam-finite-c99.c (RUN_TESTS): Likewise.
+
 	* configure.ac (libc_cv_z_nodelete): Remove configure test.
 	(libc_cv_z_nodlopen): Likewise.
 	(libc_cv_z_initfirst): Likewise.