diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-05-14 19:12:54 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-05-14 19:12:54 +0000 |
commit | e414d745eee93c16787c2b30cb47b83592267d43 (patch) | |
tree | a541c67562958d741fb25ce0fb9acbc3c48f6276 /math | |
parent | d9c2a0fd2c4809392e579e988ce98ff68842df9f (diff) | |
download | glibc-e414d745eee93c16787c2b30cb47b83592267d43.zip glibc-e414d745eee93c16787c2b30cb47b83592267d43.tar.gz glibc-e414d745eee93c16787c2b30cb47b83592267d43.tar.bz2 |
Fix function name in scalbln_test call to END.
Diffstat (limited to 'math')
-rw-r--r-- | math/libm-test.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |