summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_intel.c
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2010-02-08 20:37:26 +0100
committerTakashi Iwai <tiwai@suse.de>2010-02-22 08:36:56 +0100
commit2448158ed2ae64ef3219b51e0176a4e1151ba9ec (patch)
tree36355b0b7294af62bb9396e50617280d27953808 /sound/pci/hda/hda_intel.c
parent9d54f08bc77bf6dfe835b945d03b6e127c9fc5a3 (diff)
ALSA: Typo. s/distrubs/disturbs/
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r--sound/pci/hda/hda_intel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 06f230f518b7..051cf5145330 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -1411,7 +1411,7 @@ static int __devinit azx_codec_create(struct azx *chip, const char *model)
chip->codec_mask &= ~(1 << c);
/* More badly, accessing to a non-existing
* codec often screws up the controller chip,
- * and distrubs the further communications.
+ * and disturbs the further communications.
* Thus if an error occurs during probing,
* better to reset the controller chip to
* get back to the sanity state.