From 6d231da14f4f73121a85e97487bfd90b7a81c88e Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Thu, 13 Sep 2012 11:02:28 -0400 Subject: [PATCH] Typo. --- collects/typed-racket/optimizer/tool/mzc.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/typed-racket/optimizer/tool/mzc.rkt b/collects/typed-racket/optimizer/tool/mzc.rkt index 34712cec49..ff364edebd 100644 --- a/collects/typed-racket/optimizer/tool/mzc.rkt +++ b/collects/typed-racket/optimizer/tool/mzc.rkt @@ -71,7 +71,7 @@ name ; _what_ gets inlined loc ; (U #f (List path line col pos span)) where-name ; _where_ it gets inlined (enclosing fun) - where-loc ; (U #f (Line path line col)) + where-loc ; (U #f (List path line col)) size ; size of the closure being inlined threshold ; how big of a closure can we inline ;; the last two use the same units