From 2141f16fbec180a17f076092d7c183e9bcb7530d Mon Sep 17 00:00:00 2001 From: xtraeme Date: Tue, 26 Oct 2004 06:32:20 +0000 Subject: [PATCH] Fix typo in a comment: alalog -> analog. --- sys/dev/pci/cmpci.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/pci/cmpci.c b/sys/dev/pci/cmpci.c index 0e6123845d6d..5dc6a8be3167 100644 --- a/sys/dev/pci/cmpci.c +++ b/sys/dev/pci/cmpci.c @@ -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 -__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_set_out_ports(sc) 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))