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 a comment: alalog -> analog.



details:   https://anonhg.NetBSD.org/src/rev/3291a4b630a0
branches:  trunk
changeset: 570730:3291a4b630a0
user:      xtraeme <xtraeme%NetBSD.org@localhost>
date:      Tue Oct 26 06:32:20 2004 +0000

description:
Fix typo in a comment: alalog -> analog.

diffstat:

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

diffs (27 lines):

diff -r 77a0235647a9 -r 3291a4b630a0 sys/dev/pci/cmpci.c
--- a/sys/dev/pci/cmpci.c       Tue Oct 26 06:08:00 2004 +0000
+++ b/sys/dev/pci/cmpci.c       Tue Oct 26 06:32:20 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cmpci.c,v 1.24 2004/04/23 21:13:06 itojun Exp $        */
+/*     $NetBSD: cmpci.c,v 1.25 2004/10/26 06:32:20 xtraeme Exp $       */
 
 /*
  * Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cmpci.c,v 1.24 2004/04/23 21:13:06 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cmpci.c,v 1.25 2004/10/26 06:32:20 xtraeme Exp $");
 
 #if defined(AUDIO_DEBUG) || defined(DEBUG)
 #define DPRINTF(x) if (cmpcidebug) printf x
@@ -1532,7 +1532,7 @@
                cmpci_reg_clear_4(sc, CMPCI_REG_LEGACY_CTRL,
                                CMPCI_REG_XSPDIF_ENABLE);
 
-       /* SPDIF monitor (digital to alalog output) */
+       /* SPDIF monitor (digital to analog output) */
        if (CMPCI_ISCAP(sc, SPDIN_MONITOR)) {
                v = sc->sc_gain[CMPCI_MONITOR_DAC][CMPCI_LR];
                if (!(v & CMPCI_MONDAC_ENABLE))



Home | Main Index | Thread Index | Old Index