[Spice-devel] [PATCH] channel: fix typo in comment
Victor Toso
lists at victortoso.com
Thu Feb 4 16:43:29 UTC 2016
On Thu, Feb 04, 2016 at 04:01:31PM +0000, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Victor Toso <victortoso 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
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
More information about the Spice-devel
mailing list