From c8318ed6c38bea9ee2ef2a01747e787215e3caee Mon Sep 17 00:00:00 2001 From: John Dyson Date: Thu, 31 Oct 1996 17:50:45 +0000 Subject: [PATCH] Correct a "spelling" error in a comment. --- lib/libc/amd64/SYS.h | 4 ++-- lib/libc/i386/SYS.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libc/amd64/SYS.h b/lib/libc/amd64/SYS.h index 7c2a3dc2d06..214aa11f4b6 100644 --- a/lib/libc/amd64/SYS.h +++ b/lib/libc/amd64/SYS.h @@ -35,7 +35,7 @@ * * from: @(#)SYS.h 5.5 (Berkeley) 5/7/91 * - * $Id: SYS.h,v 1.5 1996/08/20 08:19:54 julian Exp $ + * $Id: SYS.h,v 1.6 1996/08/22 04:25:00 julian Exp $ */ #include @@ -66,7 +66,7 @@ #define PSEUDO(x,y) ENTRY(x); lea __CONCAT(SYS_,y), %eax; KERNCALL; ret #define CALL(x,y) call CNAME(y); addl $4*x,%esp -/* gas fucks up offset -- although we don't currently need it, do for BCS */ +/* gas messes up offset -- although we don't currently need it, do for BCS */ #define LCALL(x,y) .byte 0x9a ; .long y; .word x /* diff --git a/lib/libc/i386/SYS.h b/lib/libc/i386/SYS.h index 7c2a3dc2d06..214aa11f4b6 100644 --- a/lib/libc/i386/SYS.h +++ b/lib/libc/i386/SYS.h @@ -35,7 +35,7 @@ * * from: @(#)SYS.h 5.5 (Berkeley) 5/7/91 * - * $Id: SYS.h,v 1.5 1996/08/20 08:19:54 julian Exp $ + * $Id: SYS.h,v 1.6 1996/08/22 04:25:00 julian Exp $ */ #include @@ -66,7 +66,7 @@ #define PSEUDO(x,y) ENTRY(x); lea __CONCAT(SYS_,y), %eax; KERNCALL; ret #define CALL(x,y) call CNAME(y); addl $4*x,%esp -/* gas fucks up offset -- although we don't currently need it, do for BCS */ +/* gas messes up offset -- although we don't currently need it, do for BCS */ #define LCALL(x,y) .byte 0x9a ; .long y; .word x /*