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

Alexander Motin mav at FreeBSD.org
Tue Jan 13 15:03:12 PST 2009


Author: mav
Date: Tue Jan 13 23:03:07 2009
New Revision: 187202
URL: http://svn.freebsd.org/changeset/base/187202

Log:
  Correct 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	Tue Jan 13 23:02:54 2009	(r187201)
+++ head/sys/dev/sound/pci/hda/hdac.c	Tue Jan 13 23:03:07 2009	(r187202)
@@ -4651,8 +4651,8 @@ hdac_vendor_patch_parse(struct hdac_devi
 		break;
 	case HDA_CODEC_AD1983:
 		/*
-		 * This codec has several posisble usages, but none
-		 * fit parser best. Help parser to choose better.
+		 * This codec has several possible usages, but none
+		 * fit the parser best. Help parser to choose better.
 		 */
 		/* Disable direct unmixed playback to get pcm volume. */
 		w = hdac_widget_get(devinfo, 5);


More information about the svn-src-head mailing list