From 4629b53c5207b2bcb60d308d1c5485ff40f2eb1b Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 1 Nov 2004 19:18:21 +0000 Subject: [PATCH] Fix typo in comment. --- v7/src/ssp/compile.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/ssp/compile.scm b/v7/src/ssp/compile.scm index de7005ea1..c8c2c7968 100644 --- a/v7/src/ssp/compile.scm +++ b/v7/src/ssp/compile.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: compile.scm,v 1.5 2004/11/01 19:14:15 cph Exp $ +$Id: compile.scm,v 1.6 2004/11/01 19:18:21 cph Exp $ Copyright 2003 Massachusetts Institute of Technology @@ -23,7 +23,7 @@ USA. |# -;;;; SSP/XDOC compilation +;;;; SSP compilation (load-option 'CREF) (with-working-directory-pathname (directory-pathname (current-load-pathname)) -- 2.25.1