From 6c9e76f578546b8029724ccbea8abd4228e965e1 Mon Sep 17 00:00:00 2001 From: Sebastian Zagrodzki Date: Wed, 26 Apr 2017 22:27:46 +0200 Subject: [PATCH] s/USB involving/USB transfers involving/ --- usb/endpoint.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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