summaryrefslogtreecommitdiff
path: root/src/modules/module-tunnel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/module-tunnel.c')
-rw-r--r--src/modules/module-tunnel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/module-tunnel.c b/src/modules/module-tunnel.c
index 33cff1e82..61f427bd3 100644
--- a/src/modules/module-tunnel.c
+++ b/src/modules/module-tunnel.c
@@ -1000,7 +1000,7 @@ static void stream_get_latency_callback(pa_pdispatch *pd, uint32_t command, uint
else
delay -= (int64_t) pa_bytes_to_usec((uint64_t) (read_index-write_index), ss);
- /* Our measurements are already out of date, hence correct by the *
+ /* Our measurements are already out of date, hence correct by the
* transport latency */
#ifdef TUNNEL_SINK
delay -= (int64_t) u->transport_usec;
@@ -1008,7 +1008,7 @@ static void stream_get_latency_callback(pa_pdispatch *pd, uint32_t command, uint
delay += (int64_t) u->transport_usec;
#endif
- /* Now correct by what we have have written since we requested the update. This
+ /* Now correct by what we have written since we requested the update. This
* is not necessary for the source, because if data is received between request
* and reply, it was already posted before we requested the source latency. */
#ifdef TUNNEL_SINK