From 303eb08f985098669c716a7c9bc5525d41720943 Mon Sep 17 00:00:00 2001 From: vincentserpoul Date: Fri, 17 Feb 2017 02:48:05 +0800 Subject: [PATCH] comment nitpicking :) --- usb/device.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usb/device.go b/usb/device.go index 22efa62..ae5f3b5 100644 --- a/usb/device.go +++ b/usb/device.go @@ -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.