Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci/bktr Fix typo in comment; from Robert Nagy via O...



details:   https://anonhg.NetBSD.org/src/rev/1789d96945f7
branches:  trunk
changeset: 566568:1789d96945f7
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed May 12 20:43:17 2004 +0000

description:
Fix typo in comment; from Robert Nagy via OpenBSD.

diffstat:

 sys/dev/pci/bktr/bktr_audio.c |  6 +++---
 sys/dev/pci/bktr/bktr_audio.h |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (49 lines):

diff -r 91bc1be2c2b6 -r 1789d96945f7 sys/dev/pci/bktr/bktr_audio.c
--- a/sys/dev/pci/bktr/bktr_audio.c     Wed May 12 20:42:10 2004 +0000
+++ b/sys/dev/pci/bktr/bktr_audio.c     Wed May 12 20:43:17 2004 +0000
@@ -1,6 +1,6 @@
 /* $SourceForge: bktr_audio.c,v 1.6 2003/03/11 23:11:20 thomasklausner Exp $ */
 
-/*     $NetBSD: bktr_audio.c,v 1.12 2003/03/12 00:19:20 wiz Exp $      */
+/*     $NetBSD: bktr_audio.c,v 1.13 2004/05/12 20:43:17 wiz Exp $      */
 /* $FreeBSD: src/sys/dev/bktr/bktr_audio.c,v 1.8 2000/10/31 13:09:56 roger Exp$ */
 /*
  * This is part of the Driver for Video Capture Cards (Frame grabbers)
@@ -11,7 +11,7 @@
  * bktr_audio : This deals with controlling the audio on TV cards,
  *                controlling the Audio Multiplexer (audio source selector).
  *                controlling any MSP34xx stereo audio decoders.
- *                controlling any DPL35xx dolby surroud sound audio decoders.
+ *                controlling any DPL35xx dolby surround sound audio decoders.
  *                initialising TDA98xx audio devices.
  *
  */
@@ -71,7 +71,7 @@
 
 #ifdef __NetBSD__
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bktr_audio.c,v 1.12 2003/03/12 00:19:20 wiz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bktr_audio.c,v 1.13 2004/05/12 20:43:17 wiz Exp $");
 
 #include <sys/proc.h>
 #include <dev/ic/bt8xx.h>      /* NetBSD location of .h files */
diff -r 91bc1be2c2b6 -r 1789d96945f7 sys/dev/pci/bktr/bktr_audio.h
--- a/sys/dev/pci/bktr/bktr_audio.h     Wed May 12 20:42:10 2004 +0000
+++ b/sys/dev/pci/bktr/bktr_audio.h     Wed May 12 20:43:17 2004 +0000
@@ -1,6 +1,6 @@
 /* $SourceForge: bktr_audio.h,v 1.4 2003/03/11 23:11:21 thomasklausner Exp $ */
 
-/*     $NetBSD: bktr_audio.h,v 1.2 2003/03/12 00:14:40 wiz Exp $       */
+/*     $NetBSD: bktr_audio.h,v 1.3 2004/05/12 20:43:17 wiz Exp $       */
 /* $FreeBSD: src/sys/dev/bktr/bktr_audio.h,v 1.2 1999/10/28 13:58:14 roger Exp$ */
 
 /*
@@ -12,7 +12,7 @@
  * bktr_audio : This deals with controlling the audio on TV cards,
  *                controlling the Audio Multiplexer (audio source selector).
  *                controlling any MSP34xx stereo audio decoders.
- *                controlling any DPL35xx dolby surroud sound audio decoders.
+ *                controlling any DPL35xx dolby surround sound audio decoders.
  *                initialising TDA98xx audio devices.
  *
  */



Home | Main Index | Thread Index | Old Index