Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Fix a couple of tyops.



details:   https://anonhg.NetBSD.org/src/rev/6163985b608e
branches:  trunk
changeset: 525670:6163985b608e
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Apr 15 04:13:25 2002 +0000

description:
Fix a couple of tyops.

diffstat:

 sys/dev/pci/neo.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 5c78d2545442 -r 6163985b608e sys/dev/pci/neo.c
--- a/sys/dev/pci/neo.c Mon Apr 15 03:06:46 2002 +0000
+++ b/sys/dev/pci/neo.c Mon Apr 15 04:13:25 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: neo.c,v 1.11 2001/11/13 07:48:46 lukem Exp $   */
+/*     $NetBSD: neo.c,v 1.12 2002/04/15 04:13:25 simonb Exp $  */
 
 /*
  * Copyright (c) 1999 Cameron Grant <gandalf%vilnya.demon.co.uk@localhost>
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: neo.c,v 1.11 2001/11/13 07:48:46 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: neo.c,v 1.12 2002/04/15 04:13:25 simonb Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -74,7 +74,7 @@
  * Most Neomagic audio chips use the AC-97 codec interface. However, there 
  * seem to be a select few chips 256AV chips that do not support AC-97.
  * This driver does not support them but there are rumors that it
- * mgiht work with wss isa drivers. This might require some playing around
+ * might work with wss isa drivers. This might require some playing around
  * with your BIOS.
  *
  * The Neomagic 256 AV/ZX have 2 PCI I/O region descriptors. Both of
@@ -95,7 +95,7 @@
  * Also, writes to the AC-97 register space may take order 40us to
  * complete.
  *
- * Unlike many sound engines, the Neomagic does not support (as fas as
+ * Unlike many sound engines, the Neomagic does not support (as far as
  * we know :) the notion of interrupting every n bytes transferred,
  * unlike many DMA engines.  Instead, it allows you to specify one
  * location in each ring buffer (called the watermark). When the chip



Home | Main Index | Thread Index | Old Index