From e414d745eee93c16787c2b30cb47b83592267d43 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 14 May 2013 19:12:54 +0000 Subject: Fix function name in scalbln_test call to END. --- math/libm-test.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math') 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); } -- cgit v1.1