aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Dyson <dyson@FreeBSD.org>1996-10-31 17:50:45 +0000
committerJohn Dyson <dyson@FreeBSD.org>1996-10-31 17:50:45 +0000
commitc8318ed6c38bea9ee2ef2a01747e787215e3caee (patch)
tree0aa269b7dd62baec0002d47474232ae2bfb58a82
parent836a60691b21b54efeef20f4ae7ce046896b6fd5 (diff)
Notes
-rw-r--r--lib/libc/amd64/SYS.h4
-rw-r--r--lib/libc/i386/SYS.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/amd64/SYS.h b/lib/libc/amd64/SYS.h
index 7c2a3dc2d06a..214aa11f4b63 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 <sys/syscall.h>
@@ -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 7c2a3dc2d06a..214aa11f4b63 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 <sys/syscall.h>
@@ -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
/*