[Spice-devel] [PATCH] channel: fix typo in comment
Frediano Ziglio
fziglio at redhat.com
Thu Feb 4 16:01:31 UTC 2016
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
server/red-channel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
--
2.5.0
More information about the Spice-devel
mailing list