From: Luke Lau Date: Wed, 14 Aug 2019 14:38:56 +0000 (+0100) Subject: Fix typo X-Git-Url: http://git.lukelau.me/?p=scheme.git;a=commitdiff_plain;h=277cd3c8e4ad4c727e041bf870a79862640c39b3 Fix typo --- diff --git a/codegen.scm b/codegen.scm index 9ffee77..c514cd1 100644 --- a/codegen.scm +++ b/codegen.scm @@ -23,8 +23,8 @@ (apply max sizes))) (case type - ['Int wordsize] - ['Bool wordsize] + ['int wordsize] + ['bool wordsize] [else (let ([adt (assoc type data-layouts)]) (if adt