comment grammar

This commit is contained in:
vincentserpoul
2017-02-17 02:28:24 +08:00
parent a97a027682
commit a431f86bcb

View File

@@ -218,7 +218,7 @@ func (d *Device) GetStringDescriptor(desc_index int) (string, error) {
return stringDescriptor, nil
}
// SetAutoDetach Enable/disable 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.