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

Alexander Motin mav at FreeBSD.org
Sat Oct 25 01:31:21 PDT 2008


Author: mav
Date: Sat Oct 25 08:31:20 2008
New Revision: 184254
URL: http://svn.freebsd.org/changeset/base/184254

Log:
  Fix spelling in comment.

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	Sat Oct 25 06:39:17 2008	(r184253)
+++ head/sys/dev/sound/pci/hda/hdac.c	Sat Oct 25 08:31:20 2008	(r184254)
@@ -4513,7 +4513,7 @@ hdac_vendor_patch_parse(struct hdac_devi
 	case HDA_CODEC_AD1981HD:
 		/*
 		 * This codec has very unusual design with several
-		 * points unappropriate for the present parser.
+		 * points inappropriate for the present parser.
 		 */
 		/* Disable recording from mono playback mix. */
 		w = hdac_widget_get(devinfo, 21);


More information about the svn-src-head mailing list