Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev Spelling.



details:   https://anonhg.NetBSD.org/src/rev/c93eda854748
branches:  trunk
changeset: 480156:c93eda854748
user:      ad <ad%NetBSD.org@localhost>
date:      Wed Jan 05 16:28:39 2000 +0000

description:
Spelling.

diffstat:

 sys/dev/eisa/dpt_eisa.c |  6 +++---
 sys/dev/pci/dpt_pci.c   |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r f4e770d45872 -r c93eda854748 sys/dev/eisa/dpt_eisa.c
--- a/sys/dev/eisa/dpt_eisa.c   Wed Jan 05 16:14:35 2000 +0000
+++ b/sys/dev/eisa/dpt_eisa.c   Wed Jan 05 16:28:39 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dpt_eisa.c,v 1.2 1999/10/18 21:59:19 ad Exp $  */
+/*     $NetBSD: dpt_eisa.c,v 1.3 2000/01/05 16:28:41 ad Exp $  */
 
 /*
  * Copyright (c) 1999 Andy Doran <ad%NetBSD.org@localhost>
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dpt_eisa.c,v 1.2 1999/10/18 21:59:19 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dpt_eisa.c,v 1.3 2000/01/05 16:28:41 ad Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -184,6 +184,6 @@
                return; 
        }
 
-       /* Now attach to the bus-independant code */
+       /* Now attach to the bus-independent code */
        dpt_init(sc, intrstr);
 }
diff -r f4e770d45872 -r c93eda854748 sys/dev/pci/dpt_pci.c
--- a/sys/dev/pci/dpt_pci.c     Wed Jan 05 16:14:35 2000 +0000
+++ b/sys/dev/pci/dpt_pci.c     Wed Jan 05 16:28:39 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dpt_pci.c,v 1.2 1999/09/29 17:33:02 ad Exp $   */
+/*     $NetBSD: dpt_pci.c,v 1.3 2000/01/05 16:28:39 ad Exp $   */
 
 /*
  * Copyright (c) 1999 Andy Doran <ad%NetBSD.org@localhost>
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dpt_pci.c,v 1.2 1999/09/29 17:33:02 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dpt_pci.c,v 1.3 2000/01/05 16:28:39 ad Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -133,6 +133,6 @@
                return; 
        }
 
-       /* Now attach to the bus-independant code */
+       /* Now attach to the bus-independent code */
        dpt_init(sc, intrstr);
 }



Home | Main Index | Thread Index | Old Index