Fix typo in last ChangeLog message.

This commit is contained in:
Joseph Myers 2016-12-07 01:17:58 +00:00
parent 58307649fb
commit 1dae0a1443

View File

@ -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>