From 6d9b42b4862ca331b22065d875de9cad9da72658 Mon Sep 17 00:00:00 2001 From: brucec Date: Mon, 21 Feb 2011 09:01:34 +0000 Subject: Fix typos - remove duplicate "the". PR: bin/154928 Submitted by: Eitan Adler MFC after: 3 days --- lib/msun/src/s_cbrt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/msun') diff --git a/lib/msun/src/s_cbrt.c b/lib/msun/src/s_cbrt.c index 2c70980..27ecd97 100644 --- a/lib/msun/src/s_cbrt.c +++ b/lib/msun/src/s_cbrt.c @@ -94,7 +94,7 @@ cbrt(double x) * 2 23-bit ulps larger). With rounding towards zero, the error bound * would be ~5/6 instead of ~4/6. With a maximum error of 2 23-bit ulps * in the rounded t, the infinite-precision error in the Newton - * approximation barely affects third digit in the the final error + * approximation barely affects third digit in the final error * 0.667; the error in the rounded t can be up to about 3 23-bit ulps * before the final error is larger than 0.667 ulps. */ -- cgit v1.1