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 typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/b9b51252b48b
branches:  trunk
changeset: 538129:b9b51252b48b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Oct 12 19:45:54 2002 +0000

description:
Fix typo in comment.

diffstat:

 sys/dev/pci/auich.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b9f0685ff077 -r b9b51252b48b sys/dev/pci/auich.c
--- a/sys/dev/pci/auich.c       Sat Oct 12 19:21:12 2002 +0000
+++ b/sys/dev/pci/auich.c       Sat Oct 12 19:45:54 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: auich.c,v 1.29 2002/10/11 04:11:28 kent Exp $  */
+/*     $NetBSD: auich.c,v 1.30 2002/10/12 19:45:54 wiz Exp $   */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -110,7 +110,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: auich.c,v 1.29 2002/10/11 04:11:28 kent Exp $");
+__KERNEL_RCSID(0, "$NetBSD: auich.c,v 1.30 2002/10/12 19:45:54 wiz Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -693,7 +693,7 @@
                p->hw_encoding = AUDIO_ENCODING_SLINEAR_LE;
                p->hw_precision = 16;
 
-               /* If manaural is requested, aurateconv expands a monaural
+               /* If monaural is requested, aurateconv expands a monaural
                 * stream to stereo. */
                if (p->channels < 2)
                        p->hw_channels = 2;



Home | Main Index | Thread Index | Old Index