From 71f8642cadda8c75d94a376951dd16e58019a1b4 Mon Sep 17 00:00:00 2001 From: guenchi Date: Tue, 3 Sep 2019 16:42:42 +0200 Subject: [PATCH] Update c.ss --- c.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c.ss b/c.ss index 58ad2db..3aa2d73 100644 --- a/c.ss +++ b/c.ss @@ -2813,7 +2813,7 @@ ;;; pass: return-of-set! : L17 -> L18 ;;; - ;;; In this psss we remove the 'let' form and replace it with set!. While + ;;; In this pass we remove the 'let' form and replace it with set!. While ;;; this set! looks like the source-level set!, it really is not the same ;;; thing, since each of our variables only ever receive one value over the ;;; course of running the program. If we were compiling to assembly or LLVM,