Source-Changes-HG archive

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

[src/trunk]: src/sys/dev Fix typo in comment; from Sergey Svishchev.



details:   https://anonhg.NetBSD.org/src/rev/6b37d45da60c
branches:  trunk
changeset: 566519:6b37d45da60c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue May 11 22:45:09 2004 +0000

description:
Fix typo in comment; from Sergey Svishchev.

diffstat:

 sys/dev/isa/if_ec.c   |  6 +++---
 sys/dev/pci/vga_pci.c |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r e07f3952878d -r 6b37d45da60c sys/dev/isa/if_ec.c
--- a/sys/dev/isa/if_ec.c       Tue May 11 22:44:24 2004 +0000
+++ b/sys/dev/isa/if_ec.c       Tue May 11 22:45:09 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ec.c,v 1.20 2003/01/15 22:20:07 bouyer Exp $        */
+/*     $NetBSD: if_ec.c,v 1.21 2004/05/11 22:45:09 wiz Exp $   */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -55,7 +55,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ec.c,v 1.20 2003/01/15 22:20:07 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ec.c,v 1.21 2004/05/11 22:45:09 wiz Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -489,7 +489,7 @@
        /*
         * Intialize "Vector Pointer" registers.  These gawd-awful things
         * are compared to 20 bits of the address on the ISA, and if they
-        * match, the shared memory is disabled.  We se them to 0xffff0...
+        * match, the shared memory is disabled.  We set them to 0xffff0...
         * allegedly the reset vector.
         */
        bus_space_write_1(asict, asich, ELINK2_VPTR2, 0xff);
diff -r e07f3952878d -r 6b37d45da60c sys/dev/pci/vga_pci.c
--- a/sys/dev/pci/vga_pci.c     Tue May 11 22:44:24 2004 +0000
+++ b/sys/dev/pci/vga_pci.c     Tue May 11 22:45:09 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vga_pci.c,v 1.24 2004/04/23 21:13:07 itojun Exp $      */
+/*     $NetBSD: vga_pci.c,v 1.25 2004/05/11 22:45:30 wiz Exp $ */
 
 /*
  * Copyright (c) 1995, 1996 Carnegie-Mellon University.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vga_pci.c,v 1.24 2004/04/23 21:13:07 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vga_pci.c,v 1.25 2004/05/11 22:45:30 wiz Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -130,7 +130,7 @@
 
        /*
         * If it's prehistoric/vga or display/vga, we might match.
-        * For the console device, this is jut a sanity check.
+        * For the console device, this is just a sanity check.
         */
        if (PCI_CLASS(pa->pa_class) == PCI_CLASS_PREHISTORIC &&
            PCI_SUBCLASS(pa->pa_class) == PCI_SUBCLASS_PREHISTORIC_VGA)



Home | Main Index | Thread Index | Old Index