Fix typo fsqrt -> sqrtf.
authorNick Clifton <nickc@redhat.com>
Thu, 21 Jul 2016 08:23:16 +0000 (09:23 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 21 Jul 2016 08:23:16 +0000 (09:23 +0100)
sim/aarch64/ChangeLog

index e58d8b2..d0d5f4c 100644 (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>