From 402ae5dea01fd5dd40ff4072c93a33ae2a6a3187 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 25 Jan 2019 19:05:10 -0500 Subject: [PATCH] Fix comment --- scheme/cyclone/cgen.sld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheme/cyclone/cgen.sld b/scheme/cyclone/cgen.sld index 90e40562..8d15d5a3 100644 --- a/scheme/cyclone/cgen.sld +++ b/scheme/cyclone/cgen.sld @@ -2189,7 +2189,7 @@ (if (null? lib-pass-thru-exports) (emit* " c_" (lib:name->string lib-name) "_entry_pt_first_lambda(data, argc, cont,value);") ;; GC to ensure objects are moved when exporting exports. - ;; therwise there will be broken hearts :( + ;; Otherwise there will be broken hearts :( (emit* " mclosure1(clo, c_" (lib:name->string lib-name) "_entry_pt_first_lambda, ((closure1_type *)cont)->element);\n" " object buf[1]; buf[0] = cont;\n"