ALSA: hda: comment typo fix

fix a typo in comment for process_unsol_events().

Signed-off-by: Wu Fengguang<wfg@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Wu Fengguang 2008-10-07 14:17:53 +08:00 committed by Jaroslav Kysela
parent 238713d489
commit 5c1d1a98c5
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ int snd_hda_queue_unsol_event(struct hda_bus *bus, u32 res, u32 res_ex)
}
/*
* process queueud unsolicited events
* process queued unsolicited events
*/
static void process_unsol_events(struct work_struct *work)
{