bug-guile
[Top][All Lists]
Advanced

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

grammar fixes in boot-9.scm comments


From: Christopher Cramer
Subject: grammar fixes in boot-9.scm comments
Date: Tue, 26 Feb 2002 00:26:24 -0600
User-agent: Mutt/1.2.5i

There are two grammatical errors in the comments for resolve-interface
in boot-9.scm. This is a patch for stable; it also applies to unstable.

Index: ice-9/boot-9.scm
===================================================================
RCS file: /cvsroot/guile/guile/guile-core/ice-9/boot-9.scm,v
retrieving revision 1.266.2.8
diff -u -r1.266.2.8 boot-9.scm
--- ice-9/boot-9.scm    23 Nov 2001 21:55:03 -0000      1.266.2.8
+++ ice-9/boot-9.scm    26 Feb 2002 06:13:21 -0000
@@ -1657,7 +1657,7 @@
             (eq? (car (last-pair use-list)) the-scm-module))
        (set-module-uses! module (reverse (cdr (reverse use-list)))))))
 
-;; Return a module that is a interface to the module designated by
+;; Return a module that is an interface to the module designated by
 ;; NAME.
 ;;
 ;; `resolve-interface' takes two keyword arguments:
@@ -1669,7 +1669,7 @@
 ;; is the name in the used module and SEEN is the name in the using
 ;; module.  Note that SEEN is also passed through RENAMER, below.  The
 ;; default is to select all bindings.  If you specify no selection but
-;; a renamer, only the bindings that already exists in the used module
+;; a renamer, only the bindings that already exist in the used module
 ;; are made available in the interface.  Bindings that are added later
 ;; are not picked up.
 ;;

-- 
Christopher Cramer <address@hidden> <http://www.pyro.net/~crayc/>
Quoi que vous fassiez, écrasez l'infâme, et aimez qui vous aime.
        -- Voltaire



reply via email to

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