Fixed some typos

This commit is contained in:
Abramo Bagnara 2001-02-04 22:59:24 +00:00
parent 4c9fd35a60
commit 4ecd9eaa46
6 changed files with 15 additions and 15 deletions

View file

@ -161,10 +161,10 @@ snd_pcm_sframes_t snd_pcm_mmap_write_areas(snd_pcm_t *pcm,
}
snd_pcm_sframes_t snd_pcm_mmap_read_areas(snd_pcm_t *pcm,
const snd_pcm_channel_area_t *areas,
snd_pcm_uframes_t offset,
snd_pcm_uframes_t size,
snd_pcm_uframes_t *slave_sizep)
const snd_pcm_channel_area_t *areas,
snd_pcm_uframes_t offset,
snd_pcm_uframes_t size,
snd_pcm_uframes_t *slave_sizep)
{
snd_pcm_uframes_t xfer;
if (slave_sizep && *slave_sizep < size)