channel: fix typo in comment

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
Frediano Ziglio 2016-02-04 15:59:31 +00:00
parent 1884b3ac99
commit 8fc8b69bff

View File

@ -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;