From: Chris Hanson Date: Tue, 18 Dec 2001 18:27:24 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: 20090517-FFI~2396 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=fe24841b215e91da0ff511cac9eed14fafb32d67;p=mit-scheme.git Fix typo in comment. --- 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)