summaryrefslogtreecommitdiffstats
path: root/polyp/alsa-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/alsa-util.c')
-rw-r--r--polyp/alsa-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/alsa-util.c b/polyp/alsa-util.c
index 52eaaed4..b6b9ac11 100644
--- a/polyp/alsa-util.c
+++ b/polyp/alsa-util.c
@@ -31,7 +31,7 @@
#include "xmalloc.h"
/* Set the hardware parameters of the given ALSA device. Returns the
- * selected fragment settings in *period/*period_size */
+ * selected fragment settings in *period and *period_size */
int pa_alsa_set_hw_params(snd_pcm_t *pcm_handle, const struct pa_sample_spec *ss, uint32_t *periods, snd_pcm_uframes_t *period_size) {
int ret = -1;
snd_pcm_uframes_t buffer_size;