Fix spelling in message.

This commit is contained in:
Alexander Motin 2009-03-16 12:42:23 +00:00
parent ed53753dac
commit ad7de3aafb

View File

@ -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);