From dfac6641f7cbaaf80d6af892ab0dd2fd16a865f4 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Thu, 13 Jan 2011 14:53:10 -0500 Subject: [PATCH] Typo. --- src/racket/src/bgnfloat.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/racket/src/bgnfloat.inc b/src/racket/src/bgnfloat.inc index 9a1d02c852..eb992f0f4f 100644 --- a/src/racket/src/bgnfloat.inc +++ b/src/racket/src/bgnfloat.inc @@ -3,7 +3,7 @@ START_XFORM_SKIP; #endif -/* Optimization someimtes causes a problem: d is represented in an +/* Optimization sometimes causes a problem: d is represented in an extended format instead of a `double'. We don't want to turn off floatng-point optimizations in the rest of the program, so we use a little function to defeat the optimization: */