From: Andreas Schwab Date: Thu, 14 Jun 2001 14:17:49 +0000 (+0000) Subject: Fix typo. X-Git-Tag: glibc-2.16-ports-before-merge~1866 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2535264f9425942522bd4f714bcc8a65dc178c8f;p=thirdparty%2Fglibc.git Fix typo. --- diff --git a/sysdeps/m68k/fpu/e_log2f.c b/sysdeps/m68k/fpu/e_log2f.c index ed749336314..6b4907686db 100644 --- a/sysdeps/m68k/fpu/e_log2f.c +++ b/sysdeps/m68k/fpu/e_log2f.c @@ -1,2 +1,2 @@ -#define FUNC __ieee754_log10f +#define FUNC __ieee754_log2f #include diff --git a/sysdeps/m68k/fpu/e_log2l.c b/sysdeps/m68k/fpu/e_log2l.c index 795cfba8c57..4c92a11acf7 100644 --- a/sysdeps/m68k/fpu/e_log2l.c +++ b/sysdeps/m68k/fpu/e_log2l.c @@ -1,2 +1,2 @@ -#define FUNC __ieee754_log10l +#define FUNC __ieee754_log2l #include