summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Meerwald-Stadler <pmeerw@pmeerw.net>2022-06-14 00:17:09 +0200
committerPulseAudio Marge Bot <pulseaudio-maintainers@lists.freedesktop.org>2022-07-18 14:47:38 +0000
commitf71eafe4d956d43aa6637fe905184cfacd5a3bce (patch)
tree612659aca8aacd59cf08a83888926ffd5ea8bf91
parent63d0db832ce6b5a9c4bc2e8dc6185d18329698c1 (diff)
downloadpulseaudio-f71eafe4d956d43aa6637fe905184cfacd5a3bce.tar.gz
module-tunnel: Fix typos
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/733>
-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