svn commit: r189876 - head/sys/dev/sound/pci/hda

Alexander Motin mav at FreeBSD.org
Mon Mar 16 05:42:24 PDT 2009


Author: mav
Date: Mon Mar 16 12:42:23 2009
New Revision: 189876
URL: http://svn.freebsd.org/changeset/base/189876

Log:
  Fix spelling in message.

Modified:
  head/sys/dev/sound/pci/hda/hdac.c

Modified: head/sys/dev/sound/pci/hda/hdac.c
==============================================================================
--- head/sys/dev/sound/pci/hda/hdac.c	Mon Mar 16 12:16:17 2009	(r189875)
+++ head/sys/dev/sound/pci/hda/hdac.c	Mon Mar 16 12:42:23 2009	(r189876)
@@ -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);


More information about the svn-src-all mailing list