Fix typos in ALSA Lib documentation

Signed-off-by: Patricio Paez <pp@pp.com.mx>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Patricio Paez 2009-02-22 07:54:10 -06:00 committed by Takashi Iwai
parent 59826eab77
commit 50e9cd9525
2 changed files with 24 additions and 24 deletions

View file

@ -317,7 +317,7 @@ int snd_seq_set_client_pool_input(snd_seq_t *seq, size_t size)
* \param seq sequencer handle
* \return 0 on success or negative error code
*
* So far, this works ideically like #snd_seq_drop_output().
* So far, this works identically like #snd_seq_drop_output().
*/
int snd_seq_reset_pool_output(snd_seq_t *seq)
{
@ -329,7 +329,7 @@ int snd_seq_reset_pool_output(snd_seq_t *seq)
* \param seq sequencer handle
* \return 0 on success or negative error code
*
* So far, this works ideically like #snd_seq_drop_input().
* So far, this works identically like #snd_seq_drop_input().
*/
int snd_seq_reset_pool_input(snd_seq_t *seq)
{