]> sourceware.org Git - glibc.git/commitdiff
* 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 c3d439f164af0046c3eac18c95d1314574b4e9cd..10ed7b714a3ed74f0b3c0319cd74457438a3d316 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 d1f8d2b94500108508247f56ac0fffa6ee07490d..2629dd9e400b42295a2eab87a21eb5f608772e1b 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);
This page took 0.050468 seconds and 5 git commands to generate.