From 1190ab988abbd6512b02431e5ff36218ac74a15e Mon Sep 17 00:00:00 2001 From: Kyle Lemons Date: Mon, 26 Mar 2012 23:54:30 -0700 Subject: [PATCH] Fix missing parenthesis --- usbid/describe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usbid/describe.go b/usbid/describe.go index a01d178..0390312 100644 --- a/usbid/describe.go +++ b/usbid/describe.go @@ -29,7 +29,7 @@ func Describe(val interface{}) string { // and protocol associated with a device or interface. // // The given val must be one of the following: -// - *usb.Descriptor "Class (SubClass Protocol" +// - *usb.Descriptor "Class (SubClass) Protocol" // - *usb.Interface "IfClass (IfSubClass) IfProtocol" func Classify(val interface{}) string { var class, sub, proto uint8