about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-03-08 12:34:18 +0000
committerRichard Henderson <rth@redhat.com>2004-03-08 12:34:18 +0000
commit80860696853982833e8980ca9cb548551e39ad45 (patch)
treea9843aeff4bccb97b39032cd0a276f5d54a9f485 /sysdeps
parentf29ad2a5cd4f32803adbe9e7100e3c68a8b36b45 (diff)
downloadglibc-80860696853982833e8980ca9cb548551e39ad45.tar.gz
glibc-80860696853982833e8980ca9cb548551e39ad45.tar.xz
glibc-80860696853982833e8980ca9cb548551e39ad45.zip
* 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.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/alpha/soft-fp/ots_cvtxt.c2
1 files changed, 1 insertions, 1 deletions
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);