diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2010-02-08 14:37:26 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-02-22 02:36:56 -0500 |
commit | 2448158ed2ae64ef3219b51e0176a4e1151ba9ec (patch) | |
tree | 36355b0b7294af62bb9396e50617280d27953808 | |
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>
-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 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) | |||
1411 | chip->codec_mask &= ~(1 << c); | 1411 | chip->codec_mask &= ~(1 << c); |
1412 | /* More badly, accessing to a non-existing | 1412 | /* More badly, accessing to a non-existing |
1413 | * codec often screws up the controller chip, | 1413 | * codec often screws up the controller chip, |
1414 | * and distrubs the further communications. | 1414 | * and disturbs the further communications. |
1415 | * Thus if an error occurs during probing, | 1415 | * Thus if an error occurs during probing, |
1416 | * better to reset the controller chip to | 1416 | * better to reset the controller chip to |
1417 | * get back to the sanity state. | 1417 | * get back to the sanity state. |