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



details:   https://anonhg.NetBSD.org/src/rev/f1b1fa839e01
branches:  trunk
changeset: 517738:f1b1fa839e01
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun Nov 18 13:48:00 2001 +0000

description:
fix typo

diffstat:

 sys/arch/i386/isa/isa_machdep.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 12ed64b22edd -r f1b1fa839e01 sys/arch/i386/isa/isa_machdep.c
--- a/sys/arch/i386/isa/isa_machdep.c   Sun Nov 18 13:29:29 2001 +0000
+++ b/sys/arch/i386/isa/isa_machdep.c   Sun Nov 18 13:48:00 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isa_machdep.c,v 1.52 2001/11/15 07:03:32 lukem Exp $   */
+/*     $NetBSD: isa_machdep.c,v 1.53 2001/11/18 13:48:00 jdolecek Exp $        */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -76,7 +76,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.52 2001/11/15 07:03:32 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.53 2001/11/18 13:48:00 jdolecek Exp $");
 
 #define ISA_DMA_STATS
 
@@ -204,8 +204,8 @@
 };
 
 /*
- * Fill in default interrupt table (in case of spuruious interrupt
- * during configuration of kernel, setup interrupt control unit
+ * Fill in default interrupt table (in case of spurious interrupt
+ * during configuration of kernel), setup interrupt control unit
  */
 void
 isa_defaultirq()



Home | Main Index | Thread Index | Old Index