From 6b33e9615e877185724f751117a41bd20795cb1e Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 22 Dec 2006 01:26:58 +0000 Subject: [PATCH] unit clean-up svn: r5160 original commit: 7b13755dadb4945ff467a1d6b1a067e76a53767c --- collects/compiler/sig.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/compiler/sig.ss b/collects/compiler/sig.ss index 584e5821a9..1cab9f0cd0 100644 --- a/collects/compiler/sig.ss +++ b/collects/compiler/sig.ss @@ -51,7 +51,7 @@ ; e.g.: ((lambda () 0) 1 2 3) vehicles ; Controls how closures are compiled: - ; 'vehicles:automatic, + ; 'vehicles:automatic, ; 'vehicles:functions, ; 'vechicles:units, or ; 'vehicles:monolithic.