]> code.delx.au - pulseaudio/commitdiff
stream: Fix 'e g' as 'e.g.\ '
authorPeter Meerwald <p.meerwald@bct-electronic.com>
Mon, 12 Dec 2011 18:50:35 +0000 (19:50 +0100)
committerColin Guthrie <colin@mageia.org>
Mon, 12 Dec 2011 23:57:54 +0000 (23:57 +0000)
src/pulse/stream.h

index 44a1d487248dfce363003486c6da7b09c3e0c94b..622b4d65e8189f0a7cb304f3c9991d66b17cca77 100644 (file)
@@ -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);