1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-20 03:52:29 +03:00

Fix function name in scalbln_test call to END.

This commit is contained in:
Joseph Myers
2013-05-14 19:12:54 +00:00
parent d9c2a0fd2c
commit e414d745ee
2 changed files with 4 additions and 1 deletions

View File

@@ -13333,7 +13333,7 @@ scalbln_test (void)
START (scalbln);
RUN_TEST_LOOP_fl_f (scalbln, scalbln_test_data, );
END (scalbn);
END (scalbln);
}