* sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Fix typo ...
authorRichard Henderson <rth@redhat.com>
Mon, 8 Mar 2004 12:34:18 +0000 (12:34 +0000)
committerRichard Henderson <rth@redhat.com>
Mon, 8 Mar 2004 12:34:18 +0000 (12:34 +0000)
2004-03-08  Richard Henderson  <rth@redhat.com>

* sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Fix typo
in name.

ChangeLog
sysdeps/alpha/soft-fp/ots_cvtxt.c

index c3d439f..10ed7b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-08  Richard Henderson  <rth@redhat.com>
+
+       * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Fix typo
+       in name.
+
 2004-03-07  Ulrich Drepper  <drepper@redhat.com>
 
        * config.h.in: Add entry for HAVE_LIBIDN.
index d1f8d2b..2629dd9 100644 (file)
@@ -23,7 +23,7 @@
 #include "double.h"
 
 double
-_Ots_ConvertFloatXT (long al, long ah, long _round)
+_OtsConvertFloatXT (long al, long ah, long _round)
 {
   FP_DECL_EX;
   FP_DECL_Q(A);