]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo in last ChangeLog message.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 7 Dec 2016 01:17:58 +0000 (01:17 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 7 Dec 2016 01:17:58 +0000 (01:17 +0000)
ChangeLog

index 039bba6657e753f0f20dc8f733534db2fb402f37..88e632084143ea8f8a691792789f32436e6c9144 100644 (file)
--- 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>