peval: Typo.
authorLudovic Courtès <ludo@gnu.org>
Sat, 17 Sep 2011 14:53:23 +0000 (16:53 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 17 Sep 2011 14:53:23 +0000 (16:53 +0200)
* module/language/tree-il/optimize.scm (peval)[maybe-unlambda]: Fix
  typo in comment.

module/language/tree-il/optimize.scm

index cb7bdf6..5e95ca1 100644 (file)
@@ -256,7 +256,7 @@ it does not handle <fix> and <let-values>, it should be called before
       (($ <lambda> src ()
           (and lc ($ <lambda-case>)))
        ;; This is an anonymous lambda that we're going to inline.  The
-       ;; variable allocation process assumes globally unique gensyms to
+       ;; variable allocation process assumes globally unique gensyms, so
        ;; alpha-rename the lambda to avoid any collision with other
        ;; copies of it.
        (make-lambda src '() (alpha-rename lc)))