]> git.alsa-project.org Git - alsa-lib.git/commitdiff
fixed comment.
authorTakashi Iwai <tiwai@suse.de>
Mon, 11 Mar 2002 12:53:28 +0000 (12:53 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 11 Mar 2002 12:53:28 +0000 (12:53 +0000)
src/pcm/pcm.c

index 8c95443974f7437cdfa4f2cf040a0b6a5c17c95c..9f1ae8bb574ad77b45066fb512618bc56cf2d06c 100644 (file)
@@ -5095,7 +5095,7 @@ void snd_pcm_info_set_stream(snd_pcm_info_t *obj, snd_pcm_stream_t val)
  * \param pcm PCM handle 
  * \param areas Returned mmap channel areas
  * \param offset Returned mmap area offset in area steps (== frames)
- * \param size mmap area portion size in frames (wanted on entry, contiguous available on exit)
+ * \param frames mmap area portion size in frames (wanted on entry, contiguous available on exit)
  * \return 0 on success otherwise a negative error code
  *
  * It is necessary to call the snd_pcm_avail_update() function directly before