From f71eafe4d956d43aa6637fe905184cfacd5a3bce Mon Sep 17 00:00:00 2001 From: Peter Meerwald-Stadler Date: Tue, 14 Jun 2022 00:17:09 +0200 Subject: module-tunnel: Fix typos Part-of: --- src/modules/module-tunnel.c | 4 ++-- 1 file 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 -- cgit v1.2.1