From 889eb35806f65872ffec96bfb4527d5e74b9cb33 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 26 Feb 2002 11:00:10 +0000 Subject: [PATCH] Comment grammar fixes; nfc. --- ice-9/boot-9.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ice-9/boot-9.scm b/ice-9/boot-9.scm index f79355755..b735a725f 100644 --- a/ice-9/boot-9.scm +++ b/ice-9/boot-9.scm @@ -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. ;;