Fix typo in comment.

This commit is contained in:
Michael Jumper 2014-03-03 15:31:00 -08:00
parent 86d2266580
commit 243f24722c

View File

@ -281,7 +281,7 @@ typedef struct guac_rdp_stream {
guac_rdp_download_status download_status; guac_rdp_download_status download_status;
/** /**
* Associated SVC instance. Only valid for GUAC_RDP_SVC_STREAM. * Associated SVC instance. Only valid for GUAC_RDP_INBOUND_SVC_STREAM.
*/ */
guac_rdp_svc* svc; guac_rdp_svc* svc;