From: Paul Menzel Date: Mon, 8 Feb 2010 19:37:26 +0000 (+0100) Subject: ALSA: Typo. s/distrubs/disturbs/ X-Git-Tag: v2.6.34-rc1~243^2~1^2~8 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2448158ed2ae64ef3219b51e0176a4e1151ba9ec;p=karo-tx-linux.git ALSA: Typo. s/distrubs/disturbs/ Signed-off-by: Paul Menzel Signed-off-by: Takashi Iwai --- 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.