summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2004-10-29 21:14:17 +0000
committerHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2004-10-29 21:14:17 +0000
commitda1152804ee9858779b4452886b76f0f1545c670 (patch)
tree97a1c16b1993dade009b79bb8593d43044d3e64e
parentf9d498e8b65b992ccf018711a3939be923997650 (diff)
fix typo in comment
jolan@ tdeval@ pvalchev@ jaredy@
-rw-r--r--lib/libc/arch/i386/sys/syscall.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/i386/sys/syscall.S b/lib/libc/arch/i386/sys/syscall.S
index 48fa3808f08..d7349ecc029 100644
--- a/lib/libc/arch/i386/sys/syscall.S
+++ b/lib/libc/arch/i386/sys/syscall.S
@@ -34,7 +34,7 @@
#if defined(SYSLIBC_SCCS)
.text
- .asciz "$OpenBSD: syscall.S,v 1.6 2003/06/02 20:18:30 millert Exp $"
+ .asciz "$OpenBSD: syscall.S,v 1.7 2004/10/29 21:14:16 hshoexer Exp $"
#endif /* SYSLIBC_SCCS */
SYSENTRY(syscall)
@@ -42,7 +42,7 @@ SYSENTRY(syscall)
pop %eax /* syscall number */
push %ecx
int $0x80
- push %ecx /* Keep stack frame consistant */
+ push %ecx /* Keep stack frame consistent */
jc err
ret
err: