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; from Sergey Svishchev.



details:   https://anonhg.NetBSD.org/src/rev/b0f3d52ca6d9
branches:  trunk
changeset: 571068:b0f3d52ca6d9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Nov 10 16:39:04 2004 +0000

description:
Fix typo in comment; from Sergey Svishchev.

diffstat:

 sys/dev/pci/cmpcivar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fd4558a0cd9c -r b0f3d52ca6d9 sys/dev/pci/cmpcivar.h
--- a/sys/dev/pci/cmpcivar.h    Wed Nov 10 16:38:29 2004 +0000
+++ b/sys/dev/pci/cmpcivar.h    Wed Nov 10 16:39:04 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cmpcivar.h,v 1.6 2003/12/04 13:57:31 keihan Exp $      */
+/*     $NetBSD: cmpcivar.h,v 1.7 2004/11/10 16:39:04 wiz Exp $ */
 
 /*
  * Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
@@ -125,7 +125,7 @@
 #define CmpciNlow_v                    "0.5V"
 #define CmpciNsurround                 "surround"
 
-/* record.sorce bitmap (see cmpci_set_in_ports()) */
+/* record.source bitmap (see cmpci_set_in_ports()) */
 #define CMPCI_RECORD_SOURCE_MIC                CMPCI_SB16_MIXER_MIC_SRC    /* mic */
 #define CMPCI_RECORD_SOURCE_CD         CMPCI_SB16_MIXER_CD_SRC_R   /* cd */
 #define CMPCI_RECORD_SOURCE_LINE_IN    CMPCI_SB16_MIXER_LINE_SRC_R /* line */



Home | Main Index | Thread Index | Old Index