summaryrefslogtreecommitdiffstats
path: root/sys/dev/bktr/bktr_audio.c
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2012-11-07 07:00:59 +0000
committerkevlo <kevlo@FreeBSD.org>2012-11-07 07:00:59 +0000
commit25611f9cf9abb970322ecc6e9eb957d8f47b4819 (patch)
treec39378afd60870cb7ef18ef2aa77c0b3103068c9 /sys/dev/bktr/bktr_audio.c
parent024301417f2256051da79d80e8b2d58b25d38cec (diff)
downloadFreeBSD-src-25611f9cf9abb970322ecc6e9eb957d8f47b4819.zip
FreeBSD-src-25611f9cf9abb970322ecc6e9eb957d8f47b4819.tar.gz
Fix typo; s/ouput/output
Diffstat (limited to 'sys/dev/bktr/bktr_audio.c')
-rw-r--r--sys/dev/bktr/bktr_audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bktr/bktr_audio.c b/sys/dev/bktr/bktr_audio.c
index efc63da..6cfe576 100644
--- a/sys/dev/bktr/bktr_audio.c
+++ b/sys/dev/bktr/bktr_audio.c
@@ -498,7 +498,7 @@ void msp_autodetect( bktr_ptr_t bktr ) {
}
- /* MSP3415D SPECIAL CASE Use the Tuner's Mono audio ouput for the MSP */
+ /* MSP3415D SPECIAL CASE Use the Tuner's Mono audio output for the MSP */
/* (for Hauppauge 44xxx card with Tuner Type 0x2a) */
else if ( ( (strncmp("3415D", bktr->msp_version_string, 5) == 0)
&&(bktr->msp_use_mono_source == 1)
OpenPOWER on IntegriCloud