summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pulse/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/stream.h b/src/pulse/stream.h
index 55f36b7f..fbf0ae44 100644
--- a/src/pulse/stream.h
+++ b/src/pulse/stream.h
@@ -392,7 +392,7 @@ int pa_stream_drop(pa_stream *p);
/** Return the number of bytes that may be written using pa_stream_write() */
size_t pa_stream_writable_size(pa_stream *p);
-/** Return the number of bytes that may be read using pa_stream_read()*/
+/** Return the number of bytes that may be read using pa_stream_peek()*/
size_t pa_stream_readable_size(pa_stream *p);
/** Drain a playback stream. Use this for notification when the buffer is empty */