summaryrefslogtreecommitdiff
path: root/gusb/gusb-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'gusb/gusb-device.c')
-rw-r--r--gusb/gusb-device.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gusb/gusb-device.c b/gusb/gusb-device.c
index fb29a13..25f1bcf 100644
--- a/gusb/gusb-device.c
+++ b/gusb/gusb-device.c
@@ -919,7 +919,7 @@ g_usb_device_sync_transfer_cb (GUsbDevice *device,
* either input or output
* @length: the length field for the setup packet.
* @actual_length: (out) (optional): the actual number of bytes sent, or %NULL
- * @timeout: timeout timeout (in millseconds) that this function should wait
+ * @timeout: timeout timeout (in milliseconds) that this function should wait
* before giving up due to no response being received. For an unlimited
* timeout, use 0.
* @cancellable: a #GCancellable, or %NULL
@@ -986,7 +986,7 @@ g_usb_device_control_transfer (GUsbDevice *device,
* either input or output
* @length: the length field for the setup packet.
* @actual_length: (out) (optional): the actual number of bytes sent, or %NULL
- * @timeout: timeout timeout (in millseconds) that this function should wait
+ * @timeout: timeout timeout (in milliseconds) that this function should wait
* before giving up due to no response being received. For an unlimited
* timeout, use 0.
* @cancellable: a #GCancellable, or %NULL
@@ -1043,7 +1043,7 @@ g_usb_device_bulk_transfer (GUsbDevice *device,
* either input or output
* @length: the length field for the setup packet.
* @actual_length: (out) (optional): the actual number of bytes sent, or %NULL
- * @timeout: timeout timeout (in millseconds) that this function should wait
+ * @timeout: timeout timeout (in milliseconds) that this function should wait
* before giving up due to no response being received. For an unlimited
* timeout, use 0.
* @cancellable: a #GCancellable, or %NULL
@@ -1223,7 +1223,7 @@ g_usb_device_control_transfer_cb (struct libusb_transfer *transfer)
* @data: (array length=length): a suitably-sized data buffer for
* either input or output
* @length: the length field for the setup packet.
- * @timeout: timeout timeout (in millseconds) that this function should wait
+ * @timeout: timeout timeout (in milliseconds) that this function should wait
* before giving up due to no response being received. For an unlimited
* timeout, use 0.
* @cancellable: a #GCancellable, or %NULL
@@ -1340,7 +1340,7 @@ g_usb_device_control_transfer_finish (GUsbDevice *device,
* @data: (array length=length): a suitably-sized data buffer for
* either input or output
* @length: the length field for the setup packet.
- * @timeout: timeout timeout (in millseconds) that this function should wait
+ * @timeout: timeout timeout (in milliseconds) that this function should wait
* before giving up due to no response being received. For an unlimited
* timeout, use 0.
* @cancellable: a #GCancellable, or %NULL
@@ -1439,7 +1439,7 @@ g_usb_device_bulk_transfer_finish (GUsbDevice *device,
* @data: (array length=length): a suitably-sized data buffer for
* either input or output
* @length: the length field for the setup packet.
- * @timeout: timeout timeout (in millseconds) that this function should wait
+ * @timeout: timeout timeout (in milliseconds) that this function should wait
* before giving up due to no response being received. For an unlimited
* timeout, use 0.
* @cancellable: a #GCancellable, or %NULL