aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--math/libm-test.inc2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8763870..c6aec9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2013-05-14 Joseph Myers <joseph@codesourcery.com>
+ * math/libm-test.inc (scalbln_test): Correct function name in END
+ call.
+
* math/libm-test.inc (struct test_f_f1_data): Add comment.
(RUN_TEST_LOOP_fI_f1): New macro.
(frexp_test_data): New variable.
diff --git a/math/libm-test.inc b/math/libm-test.inc
index 425d9d5..191f403 100644
--- a/math/libm-test.inc
+++ b/math/libm-test.inc
@@ -13333,7 +13333,7 @@ scalbln_test (void)
START (scalbln);
RUN_TEST_LOOP_fl_f (scalbln, scalbln_test_data, );
- END (scalbn);
+ END (scalbln);
}