Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/isa fix typo in comment.
details: https://anonhg.NetBSD.org/src/rev/94f66542375a
branches: trunk
changeset: 480792:94f66542375a
user: enami <enami%NetBSD.org@localhost>
date: Thu Jan 20 03:19:27 2000 +0000
description:
fix typo in comment.
diffstat:
sys/arch/i386/isa/vector.s | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f7d66f6d483d -r 94f66542375a sys/arch/i386/isa/vector.s
--- a/sys/arch/i386/isa/vector.s Thu Jan 20 03:15:04 2000 +0000
+++ b/sys/arch/i386/isa/vector.s Thu Jan 20 03:19:27 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vector.s,v 1.45 1999/08/23 08:24:37 kleink Exp $ */
+/* $NetBSD: vector.s,v 1.46 2000/01/20 03:19:27 enami Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -194,7 +194,7 @@
sti /* safe to take intrs now */ ;\
movl _C_LABEL(intrhand) + (irq_num) * 4,%ebx /* head of chain */ ;\
testl %ebx,%ebx ;\
- jz XSTRAY(irq_num) /* no handlears; we're stray */ ;\
+ jz XSTRAY(irq_num) /* no handlers; we're stray */ ;\
STRAY_INITIALIZE /* nobody claimed it yet */ ;\
incl _C_LABEL(intrcnt) + (4*(irq_num)) /* XXX */ ;\
7: movl IH_ARG(%ebx),%eax /* get handler arg */ ;\
Home |
Main Index |
Thread Index |
Old Index