aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2016-12-07 01:17:58 +0000
committerJoseph Myers <joseph@codesourcery.com>2016-12-07 01:17:58 +0000
commit1dae0a14439a2d530402e9770359648c7eb3a784 (patch)
treef15345b52dcfb96e84fb13c2179795f59f13a2e8
parent58307649fb51a3a6adc29a8659d3301393f24671 (diff)
downloadglibc-1dae0a14439a2d530402e9770359648c7eb3a784.tar
glibc-1dae0a14439a2d530402e9770359648c7eb3a784.tar.gz
glibc-1dae0a14439a2d530402e9770359648c7eb3a784.tar.bz2
glibc-1dae0a14439a2d530402e9770359648c7eb3a784.zip
Fix typo in last ChangeLog message.
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 039bba6657..88e6320841 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,7 +13,8 @@
for arguments Inf and sNaN. When returning a NaN, compute it by
arithmetic on the arguments.
* sysdeps/powerpc/fpu/e_hypotf.c (TEST_INF_NAN): Likewise.
- * math/libm-test.inc (pow_test_data): Add tests of sNaN arguments.
+ * math/libm-test.inc (hypot_test_data): Add tests of sNaN
+ arguments.
2016-12-06 Joseph Myers <joseph@codesourcery.com>