diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/alpha/soft-fp/ots_cvtxt.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index c3d439f164..10ed7b714a 100644 --- 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. diff --git a/sysdeps/alpha/soft-fp/ots_cvtxt.c b/sysdeps/alpha/soft-fp/ots_cvtxt.c index d1f8d2b945..2629dd9e40 100644 --- a/sysdeps/alpha/soft-fp/ots_cvtxt.c +++ b/sysdeps/alpha/soft-fp/ots_cvtxt.c @@ -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); |