comment nitpicking :)

This commit is contained in:
vincentserpoul
2017-02-17 02:48:05 +08:00
parent a431f86bcb
commit 303eb08f98

View File

@@ -218,7 +218,7 @@ func (d *Device) GetStringDescriptor(desc_index int) (string, error) {
return stringDescriptor, nil
}
// SetAutoDetach Enables/disables libusb's automatic kernel driver detachment.
// SetAutoDetach enables/disables libusb's automatic kernel driver detachment.
// When autodetach is enabled libusb will automatically detach the kernel driver
// on the interface and reattach it when releasing the interface.
// Automatic kernel driver detachment is disabled on newly opened device handles by default.