From 1dae0a14439a2d530402e9770359648c7eb3a784 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 7 Dec 2016 01:17:58 +0000 Subject: [PATCH] Fix typo in last ChangeLog message. --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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