From fb4fe2d832844d8fc89cb0f3d83d5da058179adb Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Tue, 14 Feb 2017 19:30:34 +0000 Subject: [PATCH] rcc: Use class name in comment red_channel seems a variable name. Signed-off-by: Frediano Ziglio Acked-by: Christophe Fergeau --- server/red-channel-client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/red-channel-client.h b/server/red-channel-client.h index 4f1d4813..75d6cc36 100644 --- a/server/red-channel-client.h +++ b/server/red-channel-client.h @@ -205,7 +205,7 @@ typedef enum SPICE_SERVER_ERROR_FAILED } SpiceServerError; -/* Messages handled by red_channel +/* Messages handled by RedChannel * SET_ACK - sent to client on channel connection * Note that the numbers don't have to correspond to spice message types, * but we keep the 100 first allocated for base channel approach.