guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/10: closure-conversion docstring tweak


From: Andy Wingo
Subject: [Guile-commits] 01/10: closure-conversion docstring tweak
Date: Thu, 16 Jul 2015 08:06:22 +0000

wingo pushed a commit to branch master
in repository guile.

commit e9e6da1902b116af36f3daa57f0caec5a04b9fa6
Author: Andy Wingo <address@hidden>
Date:   Wed Jul 15 15:15:41 2015 +0200

    closure-conversion docstring tweak
    
    * module/language/cps2/closure-conversion.scm (prune-free-vars): Fix
      docstring.
---
 module/language/cps2/closure-conversion.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/module/language/cps2/closure-conversion.scm 
b/module/language/cps2/closure-conversion.scm
index 2d20919..cf15e15 100644
--- a/module/language/cps2/closure-conversion.scm
+++ b/module/language/cps2/closure-conversion.scm
@@ -401,7 +401,7 @@ references."
 
 (define (prune-free-vars free-vars bound->label well-known)
   "Given the label->bound-var map @var{free-vars}, remove free variables
-that are well-known functions with zero free variables, and replace
+that are known functions with zero free variables, and replace
 references to well-known functions with one free variable with that free
 variable, until we reach a fixed point on the free-vars map."
   (define (prune-free in-label free free-vars)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]