Merge pull request #5 from guenchi/master

typo in comments of c.ss
This commit is contained in:
Andy Keep 2019-09-09 22:50:19 -04:00 committed by GitHub
commit 18f6cd26f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
c.ss
View File

@ -2813,7 +2813,7 @@
;;; pass: return-of-set! : L17 -> L18 ;;; 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 ;;; 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 ;;; 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, ;;; course of running the program. If we were compiling to assembly or LLVM,