aboutsummaryrefslogtreecommitdiff
path: root/src/pcm.c
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2016-12-01 21:21:49 -0800
committerTaylor Holberton <taylorcholberton@gmail.com>2016-12-01 21:21:49 -0800
commitd1c98e4754d4f13b01f2807a3b91eb6f7a4f58db (patch)
treecc7cda585885346af77911287507152de1a0949d /src/pcm.c
parentead42d87ffe4003851a9eac6385bccccb771ebb1 (diff)
renamed parameter in doc
Diffstat (limited to 'src/pcm.c')
-rw-r--r--src/pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm.c b/src/pcm.c
index c3c6a1e..f879fe7 100644
--- a/src/pcm.c
+++ b/src/pcm.c
@@ -570,7 +570,7 @@ int pcm_writei(struct pcm *pcm, const void *data, unsigned int frame_count)
* This function is not valid for PCMs opened with the @ref PCM_MMAP flag.
* @param pcm A PCM handle.
* @param data The audio sample array
- * @param count The number of frames occupied by the sample array.
+ * @param frame_count The number of frames occupied by the sample array.
* @return On success, this function returns the number of frames written; otherwise, a negative number.
* @ingroup libtinyalsa-pcm
*/