diff --git a/src/protocols/rdp/channels/rdpdr/rdpdr-fs-messages-dir-info.h b/src/protocols/rdp/channels/rdpdr/rdpdr-fs-messages-dir-info.h index fb49ce93..2f259e91 100644 --- a/src/protocols/rdp/channels/rdpdr/rdpdr-fs-messages-dir-info.h +++ b/src/protocols/rdp/channels/rdpdr/rdpdr-fs-messages-dir-info.h @@ -43,9 +43,9 @@ * * @param device * The guac_rdpdr_device of the relevant device, as dictated by the - * deviceId field of common RDPDR header within the received PDU. Within - * the guac_rdpdr_iorequest structure, the deviceId field is stored within - * device_id. + * deviceId field of the common RDPDR header within the received PDU. + * Within the guac_rdpdr_iorequest structure, the deviceId field is stored + * within device_id. * * @param iorequest * The contents of the common RDPDR Device I/O Request header shared by all diff --git a/src/protocols/rdp/channels/rdpdr/rdpdr-fs-messages-file-info.h b/src/protocols/rdp/channels/rdpdr/rdpdr-fs-messages-file-info.h index 25f13cee..f7a8784f 100644 --- a/src/protocols/rdp/channels/rdpdr/rdpdr-fs-messages-file-info.h +++ b/src/protocols/rdp/channels/rdpdr/rdpdr-fs-messages-file-info.h @@ -41,9 +41,9 @@ * * @param device * The guac_rdpdr_device of the relevant device, as dictated by the - * deviceId field of common RDPDR header within the received PDU. Within - * the guac_rdpdr_iorequest structure, the deviceId field is stored within - * device_id. + * deviceId field of the common RDPDR header within the received PDU. + * Within the guac_rdpdr_iorequest structure, the deviceId field is stored + * within device_id. * * @param iorequest * The contents of the common RDPDR Device I/O Request header shared by all diff --git a/src/protocols/rdp/channels/rdpdr/rdpdr.h b/src/protocols/rdp/channels/rdpdr/rdpdr.h index a5f5798d..b6f9da31 100644 --- a/src/protocols/rdp/channels/rdpdr/rdpdr.h +++ b/src/protocols/rdp/channels/rdpdr/rdpdr.h @@ -87,9 +87,9 @@ typedef struct guac_rdpdr_iorequest { * * @param device * The guac_rdpdr_device of the relevant device, as dictated by the - * deviceId field of common RDPDR header within the received PDU. Within - * the guac_rdpdr_iorequest structure, the deviceId field is stored within - * device_id. + * deviceId field of the common RDPDR header within the received PDU. + * Within the guac_rdpdr_iorequest structure, the deviceId field is stored + * within device_id. * * @param iorequest * The contents of the common RDPDR Device I/O Request header shared by all