summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2009-03-16 12:42:23 +0000
committermav <mav@FreeBSD.org>2009-03-16 12:42:23 +0000
commitf2ee94c260e0b660966ca3fa499f93797ca14604 (patch)
tree00c3e0e5d52186bf22541bc2c760f63fda5e7cac /sys/dev/sound
parent9b5e8cb33753017e64ffc21d50bb183bf5d00b3a (diff)
downloadFreeBSD-src-f2ee94c260e0b660966ca3fa499f93797ca14604.zip
FreeBSD-src-f2ee94c260e0b660966ca3fa499f93797ca14604.tar.gz
Fix spelling in message.
Diffstat (limited to 'sys/dev/sound')
-rw-r--r--sys/dev/sound/pci/hda/hdac.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c
index 1f997f7..d828dd9 100644
--- a/sys/dev/sound/pci/hda/hdac.c
+++ b/sys/dev/sound/pci/hda/hdac.c
@@ -7923,9 +7923,9 @@ hdac_pcm_attach(device_t dev)
device_printf(dev, "+--------------------------------------+\n");
hdac_dump_pcmchannels(pdevinfo);
device_printf(dev, "\n");
- device_printf(dev, "+--------------------------------+\n");
- device_printf(dev, "| DUMPING Playback/Record Pathes |\n");
- device_printf(dev, "+--------------------------------+\n");
+ device_printf(dev, "+-------------------------------+\n");
+ device_printf(dev, "| DUMPING Playback/Record Paths |\n");
+ device_printf(dev, "+-------------------------------+\n");
hdac_dump_dac(pdevinfo);
hdac_dump_adc(pdevinfo);
hdac_dump_mix(pdevinfo);
OpenPOWER on IntegriCloud