From 4a8fa52b2f4909195c86d2bced01266cb02e6bb6 Mon Sep 17 00:00:00 2001
From: dtc <dtc>
Date: Thu, 27 Nov 1997 02:09:21 +0000
Subject: [PATCH] Small comment fix.

---
 tools/worldload.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/worldload.lisp b/tools/worldload.lisp
index 0c1260b7c..017fc4525 100644
--- a/tools/worldload.lisp
+++ b/tools/worldload.lisp
@@ -6,7 +6,7 @@
 ;;; If you want to use this code or any part of CMU Common Lisp, please contact
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.84 1997/11/27 02:02:14 dtc Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.85 1997/11/27 02:09:21 dtc Exp $
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -21,7 +21,7 @@
 ;;; Since it is unlikely that native code top-level forms are moved
 ;;; before being executed during worldload it is probably safe to load
 ;;; these into the dynamic space under CGC even without enabling
-;;; dynamic space code above.
+;;; dynamic space code below.
 ;(setf *load-x86-tlf-to-dynamic-space* t)
 
 ;;; Purify and GENCGC can move native code so all code can be loading
-- 
GitLab