don't refer to nonexisting pa_stream_read() function
authorLennart Poettering <lennart@poettering.net>
Mon, 23 Jun 2008 20:47:37 +0000 (22:47 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 23 Jun 2008 20:47:37 +0000 (22:47 +0200)
src/pulse/stream.h

index 55f36b7..fbf0ae4 100644 (file)
@@ -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 */