From 107ee0b69a4d589493787fdb10e55dfd1f99c4ef Mon Sep 17 00:00:00 2001
From: Peter Meerwald 
Date: Mon, 12 Dec 2011 19:50:35 +0100
Subject: [PATCH] stream: Fix 'e g' as 'e.g.\ '
---
 src/pulse/stream.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pulse/stream.h b/src/pulse/stream.h
index 44a1d4872..622b4d65e 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);