From: Chris Hanson Date: Mon, 1 Nov 2004 19:18:21 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: 20090517-FFI~1487 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4629b53c5207b2bcb60d308d1c5485ff40f2eb1b;p=mit-scheme.git Fix typo in comment. --- 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))