diff options
Diffstat (limited to 'Documentation/usb/dwc3.txt')
-rw-r--r-- | Documentation/usb/dwc3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/usb/dwc3.txt b/Documentation/usb/dwc3.txt index 7b590edae145..1d02c01d1c7c 100644 --- a/Documentation/usb/dwc3.txt +++ b/Documentation/usb/dwc3.txt | |||
@@ -28,7 +28,7 @@ Please pick something while reading :) | |||
28 | none | 28 | none |
29 | 29 | ||
30 | - primary handler of the EP-interrupt | 30 | - primary handler of the EP-interrupt |
31 | reads the event and tries to process it. Everything that requries | 31 | reads the event and tries to process it. Everything that requires |
32 | sleeping is handed over to the Thread. The event is saved in an | 32 | sleeping is handed over to the Thread. The event is saved in an |
33 | per-endpoint data-structure. | 33 | per-endpoint data-structure. |
34 | We probably have to pay attention not to process events once we | 34 | We probably have to pay attention not to process events once we |