std.cfg: Fix copy&paste error or typo (#1033)

* Fixed copy&paste error or typo

It should be std::sinf here. std::sinl is described directly in the next function description and does not make sense here because of the return type.

* std.cfg: Fix another copy&paste error or typo

It should be std::tanf here.
This commit is contained in:
Sebastian 2018-01-16 08:36:04 +01:00 committed by amai2012
parent c7c9b3cd65
commit 6bd524baaf
1 changed files with 2 additions and 2 deletions

View File

@ -272,7 +272,7 @@
</arg>
</function>
<!-- float sinf(float f); -->
<function name="sinf,std::sinl">
<function name="sinf,std::sinf">
<use-retval/>
<pure/>
<returnValue type="float"/>
@ -441,7 +441,7 @@
</arg>
</function>
<!-- float tanf(float x); -->
<function name="tanf,std::tanl">
<function name="tanf,std::tanf">
<use-retval/>
<pure/>
<returnValue type="float"/>