diff --git a/usb/endpoint.go b/usb/endpoint.go index d2bf047..8a21135 100644 --- a/usb/endpoint.go +++ b/usb/endpoint.go @@ -82,7 +82,7 @@ func (e *endpoint) String() string { return e.Info.String() } -// SetTimeout sets a timeout duration for all new USB involving +// SetTimeout sets a timeout duration for all new USB transfers involving // this endpoint. func (e *endpoint) SetTimeout(t time.Duration) { e.timeout = t