From fe24841b215e91da0ff511cac9eed14fafb32d67 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 18 Dec 2001 18:27:24 +0000 Subject: [PATCH] Fix typo in comment. --- v7/src/runtime/make.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/make.scm b/v7/src/runtime/make.scm index 07281eafb..95c521eee 100644 --- a/v7/src/runtime/make.scm +++ b/v7/src/runtime/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: make.scm,v 14.73 2001/12/17 17:40:58 cph Exp $ +$Id: make.scm,v 14.74 2001/12/18 18:27:24 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology @@ -28,7 +28,7 @@ USA. ((ucode-primitive set-interrupt-enables! 1) 0) ;; This must be defined as follows so that it is no part of a multi-define -;; itself. It must also precede any other top-level defintiions in this file +;; itself. It must also precede any other top-level definitions in this file ;; that are not performed directly using LOCAL-ASSIGNMENT. ((ucode-primitive local-assignment 3) -- 2.25.1