diff options
author | Joseph Myers <joseph@codesourcery.com> | 2016-12-07 01:17:58 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2016-12-07 01:17:58 +0000 |
commit | 1dae0a14439a2d530402e9770359648c7eb3a784 (patch) | |
tree | f15345b52dcfb96e84fb13c2179795f59f13a2e8 | |
parent | 58307649fb51a3a6adc29a8659d3301393f24671 (diff) | |
download | glibc-1dae0a14439a2d530402e9770359648c7eb3a784.tar.gz glibc-1dae0a14439a2d530402e9770359648c7eb3a784.tar.xz glibc-1dae0a14439a2d530402e9770359648c7eb3a784.zip |
Fix typo in last ChangeLog message.
-rw-r--r-- | ChangeLog | 3 |
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> |