fixed typo.

This commit is contained in:
Takashi Iwai 2003-02-07 11:41:32 +00:00
parent 757785fece
commit dcf5fc4db5

View file

@ -361,7 +361,7 @@ int snd_timer_nonblock(snd_timer_t *timer, int nonblock)
*
* A signal is raised every period.
*/
int snd_timer(snd_timer_t *timer, int sig, pid_t pid)
int snd_timer_async(snd_timer_t *timer, int sig, pid_t pid)
{
assert(timer);
if (sig == 0)