From: Guillermo J. Rozas Date: Mon, 27 Nov 1989 18:25:40 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 20090517-FFI~11668 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c6c6dd53b559da66318fc4742c44819d7cb6779d;p=mit-scheme.git Fix typo. --- 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