Fix typo.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 27 Nov 1989 18:25:40 +0000 (18:25 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 27 Nov 1989 18:25:40 +0000 (18:25 +0000)
v7/src/microcode/cmpintmd/hppa.h
v8/src/microcode/cmpintmd/hppa.h

index f619757b716752d5a1daa2a23e3f4b42a1ad6e29..04e791de737c21cfd6580cee736ddbd14fa7bce4 100644 (file)
@@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpintmd/hppa.h,v 1.3 1989/11/27 18:16:04 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpintmd/hppa.h,v 1.4 1989/11/27 18:25:40 jinx Exp $
  *
  * Compiled code interface macros.
  *
@@ -143,7 +143,7 @@ typedef unsigned short format_word;
 /* Interrupt/GC polling. */
 
 /* Skip over this many BYTES to bypass the GC check code (ordinary
-procedures and continuations differ from closured procedures) */
+procedures and continuations differ from closures) */
 
 #define ENTRY_SKIPPED_CHECK_OFFSET     4
 #define CLOSURE_SKIPPED_CHECK_OFFSET   12
index 7c7b89cd965e57fe0c9b3f3803bae875c0c1b62d..3e91e4109b6d040fe625f7e997f3d9a7ca12fd35 100644 (file)
@@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/cmpintmd/hppa.h,v 1.3 1989/11/27 18:16:04 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/cmpintmd/hppa.h,v 1.4 1989/11/27 18:25:40 jinx Exp $
  *
  * Compiled code interface macros.
  *
@@ -143,7 +143,7 @@ typedef unsigned short format_word;
 /* Interrupt/GC polling. */
 
 /* Skip over this many BYTES to bypass the GC check code (ordinary
-procedures and continuations differ from closured procedures) */
+procedures and continuations differ from closures) */
 
 #define ENTRY_SKIPPED_CHECK_OFFSET     4
 #define CLOSURE_SKIPPED_CHECK_OFFSET   12