diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2010-02-08 20:37:26 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-02-22 08:36:56 +0100 |
commit | 2448158ed2ae64ef3219b51e0176a4e1151ba9ec (patch) | |
tree | 36355b0b7294af62bb9396e50617280d27953808 /sound | |
parent | 9d54f08bc77bf6dfe835b945d03b6e127c9fc5a3 (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')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 06f230f518b..051cf514533 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. |