diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2012-02-11 05:55:58 -0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-21 11:40:36 +0100 |
commit | a80581d0d1b11b2d4bbb9333c1cac5416714112d (patch) | |
tree | ca04b098a7bfadba28bf85e8896b90d4b4c0e86d /sound | |
parent | f9dee311e54f8adc3b19192c2a372ef7ce381e9e (diff) | |
download | op-kernel-dev-a80581d0d1b11b2d4bbb9333c1cac5416714112d.zip op-kernel-dev-a80581d0d1b11b2d4bbb9333c1cac5416714112d.tar.gz |
Typos: change aditional to additional.
The below patch fixes some typos "aditional" to "additional", and also fixes
a comment with another word mispelled.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index a7a5733..51e3ed4 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c @@ -1643,7 +1643,7 @@ static void cxt5051_update_speaker(struct hda_codec *codec) pinctl = (!spec->hp_present && spec->cur_eapd) ? PIN_OUT : 0; snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_PIN_WIDGET_CONTROL, pinctl); - /* on ideapad there is an aditional speaker (subwoofer) to mute */ + /* on ideapad there is an additional speaker (subwoofer) to mute */ if (spec->ideapad) snd_hda_codec_write(codec, 0x1b, 0, AC_VERB_SET_PIN_WIDGET_CONTROL, |