summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2009-01-13 23:03:07 +0000
committermav <mav@FreeBSD.org>2009-01-13 23:03:07 +0000
commitae843c3ed5614853f15ce31cd445957584675476 (patch)
tree3f1dcae01d12c3eb9bdad4fbed74d03e218ed379 /sys/dev/sound
parentd1a4f985b97954be6dd37da424c1c125c9dcdac2 (diff)
downloadFreeBSD-src-ae843c3ed5614853f15ce31cd445957584675476.zip
FreeBSD-src-ae843c3ed5614853f15ce31cd445957584675476.tar.gz
Correct spelling in comment.
Diffstat (limited to 'sys/dev/sound')
-rw-r--r--sys/dev/sound/pci/hda/hdac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c
index 3c0bb63..5c034a6 100644
--- a/sys/dev/sound/pci/hda/hdac.c
+++ b/sys/dev/sound/pci/hda/hdac.c
@@ -4651,8 +4651,8 @@ hdac_vendor_patch_parse(struct hdac_devinfo *devinfo)
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);
OpenPOWER on IntegriCloud