Fix typo fsqrt -> sqrtf.

This commit is contained in:
Nick Clifton 2016-07-21 09:23:16 +01:00
parent 7982a1dd25
commit 0c66ea4c5e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
2016-07-21 Nick Clifton <nickc@redhat.com>
* simulator.c (fsqrts): Use fsqrt rather than sqrt.
* simulator.c (fsqrts): Use sqrtf rather than sqrt.
2016-06-30 Jim Wilson <jim.wilson@linaro.org>