From c6c6dd53b559da66318fc4742c44819d7cb6779d Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Mon, 27 Nov 1989 18:25:40 +0000 Subject: [PATCH] Fix typo. --- v7/src/microcode/cmpintmd/hppa.h | 4 ++-- v8/src/microcode/cmpintmd/hppa.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/v7/src/microcode/cmpintmd/hppa.h b/v7/src/microcode/cmpintmd/hppa.h index f619757b7..04e791de7 100644 --- a/v7/src/microcode/cmpintmd/hppa.h +++ b/v7/src/microcode/cmpintmd/hppa.h @@ -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 diff --git a/v8/src/microcode/cmpintmd/hppa.h b/v8/src/microcode/cmpintmd/hppa.h index 7c7b89cd9..3e91e4109 100644 --- a/v8/src/microcode/cmpintmd/hppa.h +++ b/v8/src/microcode/cmpintmd/hppa.h @@ -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 -- 2.25.1