From a376f2946dc150931638dabefa8c9d354227cea2 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Wed, 23 Apr 2014 12:14:18 -0400 Subject: [PATCH] Typo. original commit: e8e007badf3fcc9e64fb5c9f47bbdc2ef870a2ff --- .../typed-racket-lib/typed-racket/optimizer/float.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/optimizer/float.rkt b/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/optimizer/float.rkt index 83003aeb..4e810898 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/optimizer/float.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/optimizer/float.rkt @@ -139,7 +139,7 @@ #:when (not (subtypeof? a -Flonum))) 1)))] ;; if we don't have a return type of float, or if the return type is - ;; float, but we can't optimizer for some other reason, we missed an + ;; float, but we can't optimize for some other reason, we missed an ;; optimization opportunity, report it ;; ignore operations that stay within integers or rationals, since ;; these have nothing to do with float optimizations