[Spice-commits] server/red-channel.c

Frediano Ziglio fziglio at kemper.freedesktop.org
Fri Feb 5 15:47:48 UTC 2016


 server/red-channel.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8fc8b69bff23c273267168d2e5cc309dc31a5876
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Thu Feb 4 15:59:31 2016 +0000

    channel: fix typo in comment
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Victor Toso <victortoso at redhat.com>

diff --git a/server/red-channel.c b/server/red-channel.c
index fdd85b9..4bc2faa 100644
--- a/server/red-channel.c
+++ b/server/red-channel.c
@@ -1506,7 +1506,7 @@ static void red_channel_client_handle_pong(RedChannelClient *rcc, SpiceMsgPing *
         return;
     }
 
-    /* set TCO_NODELAY=0, in case we reverted it for the test*/
+    /* set TCP_NODELAY=0, in case we reverted it for the test*/
     if (!rcc->latency_monitor.tcp_nodelay) {
         int delay_val = 0;
 


More information about the Spice-commits mailing list