diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-04-05 17:02:52 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-04-05 17:02:52 -0700 |
commit | 5edfe7d84133588c020e5234b5763df8805f1cac (patch) | |
tree | e703a0f52cf34d20acdfafe4b8b38795fd8685d6 /Documentation/usb/dwc3.txt | |
parent | cde0e2ccb86766a874125a400c1784bd5fa56074 (diff) |
doc: fix a few typos
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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 :) none - primary handler of the EP-interrupt - reads the event and tries to process it. Everything that requries + reads the event and tries to process it. Everything that requires sleeping is handed over to the Thread. The event is saved in an per-endpoint data-structure. We probably have to pay attention not to process events once we |