]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(L102B): Fix typo in initialization.
authorAndreas Jaeger <aj@suse.de>
Mon, 26 Nov 2001 08:04:09 +0000 (08:04 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 26 Nov 2001 08:04:09 +0000 (08:04 +0000)
sysdeps/ieee754/ldbl-128/e_log10l.c

index 06dce3ac5905ebbb75de9e31c6b9ef04f6744ca9..bc2af9d850c8d1c6d97f07acf6363980b68b48a1 100644 (file)
@@ -117,7 +117,7 @@ static const long double S[6] =
 static const long double
 /* log10(2) */
 L102A = 0.3125L,
-L102B -1.14700043360188047862611052755069732318101185E-2L,
+L102B -1.14700043360188047862611052755069732318101185E-2L,
 /* log10(e) */
 L10EA = 0.5L,
 L10EB = -6.570551809674817234887108108339491770560299E-2L,