diff options
author | mav <mav@FreeBSD.org> | 2008-10-25 08:31:20 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2008-10-25 08:31:20 +0000 |
commit | abff15532292a7f7ea02c83ed342a4bb3138d088 (patch) | |
tree | e8f75809d60901111f048f4e2c5369159bcbb7aa /sys/dev/sound | |
parent | a2018f74979fdc3f1e52b56b83c0d057e65bb369 (diff) | |
download | FreeBSD-src-abff15532292a7f7ea02c83ed342a4bb3138d088.zip FreeBSD-src-abff15532292a7f7ea02c83ed342a4bb3138d088.tar.gz |
Fix spelling in comment.
Diffstat (limited to 'sys/dev/sound')
-rw-r--r-- | sys/dev/sound/pci/hda/hdac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c index e47255e..8e2d16d 100644 --- a/sys/dev/sound/pci/hda/hdac.c +++ b/sys/dev/sound/pci/hda/hdac.c @@ -4513,7 +4513,7 @@ hdac_vendor_patch_parse(struct hdac_devinfo *devinfo) 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); |