rcc: Use class name in comment

red_channel seems a variable name.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
Frediano Ziglio 2017-02-14 19:30:34 +00:00
parent 9724381afa
commit fb4fe2d832

View File

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