From: Peter Meerwald <p.meerwald@xxxxxxxxxxxxxxxxxx> --- src/pulse/stream.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pulse/stream.h b/src/pulse/stream.h index 44a1d48..622b4d6 100644 --- a/src/pulse/stream.h +++ b/src/pulse/stream.h @@ -571,7 +571,7 @@ void pa_stream_set_read_callback(pa_stream *p, pa_stream_request_cb_t cb, void * void pa_stream_set_overflow_callback(pa_stream *p, pa_stream_notify_cb_t cb, void *userdata); /** Return at what position the latest underflow occurred, or -1 if this information is not - * known (e g if no underflow has occurred, or server is older than 1.0). + * known (e.g.\ if no underflow has occurred, or server is older than 1.0). * Can be used inside the underflow callback to get information about the current underflow. * (Only for playback streams) \since 1.0 */ int64_t pa_stream_get_underflow_index(pa_stream *p); -- 1.7.4.1