From: Peter Meerwald Date: Mon, 12 Dec 2011 18:50:35 +0000 (+0100) Subject: stream: Fix 'e g' as 'e.g.\ ' X-Git-Tag: 1.0_branch~177 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=107ee0b69a4d589493787fdb10e55dfd1f99c4ef;p=profile%2Fivi%2Fpulseaudio.git stream: Fix 'e g' as 'e.g.\ ' --- 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);