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

2004-03-08  Richard Henderson  <rth@redhat.com>

	* sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Fix typo
	in name.
This commit is contained in:
Richard Henderson 2004-03-08 12:34:18 +00:00
parent f29ad2a5cd
commit 8086069685
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View 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);