From 59cf3efa99aecdceaa403c6a1fcbada96d4cf0c9 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 8 Apr 2002 20:44:07 +0000 Subject: [PATCH] Typo fix; nfc. --- ice-9/and-let-star-compat.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ice-9/and-let-star-compat.scm b/ice-9/and-let-star-compat.scm index 5f9d22e3b..f9efd6730 100644 --- a/ice-9/and-let-star-compat.scm +++ b/ice-9/and-let-star-compat.scm @@ -1,6 +1,6 @@ ;;;; This file will be installed as "and-let*.scm" on systems that ;;;; support it. It will go away in the future, use the module -;;;; (and-let-star) instead. +;;;; (ice-9 and-let-star) instead. (define-module (ice-9 and-let*) :use-module (ice-9 and-let-star)