[pulseaudio-discuss] [PATCH] fix 'e g' as 'e.g.\ '

Peter Meerwald pmeerw at pmeerw.net
Mon Dec 12 10:50:35 PST 2011


From: Peter Meerwald <p.meerwald at bct-electronic.com>

---
 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



More information about the pulseaudio-discuss mailing list