diff options
author | Cao jin <caoj.fnst@cn.fujitsu.com> | 2017-01-12 15:44:55 +0800 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2017-01-24 23:26:53 +0300 |
commit | 9d7b2670a334f9256f926da133e36a8a2f2299bd (patch) | |
tree | 026cbc73d78aaa292e7dbca48c52506469456c10 /docs/usb2.txt | |
parent | 47b0c3f2f5dd7dea486aa023a007cb2442da0676 (diff) |
doc/usb2: fix typo
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'docs/usb2.txt')
-rw-r--r-- | docs/usb2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usb2.txt b/docs/usb2.txt index c7a445afcd..b9e7548073 100644 --- a/docs/usb2.txt +++ b/docs/usb2.txt @@ -19,7 +19,7 @@ the controller so the USB 2.0 bus gets a individual name, for example '-device usb-ehci,id=ehci". This will give you a USB 2.0 bus named "ehci.0". -I strongly recomment to also use -device to attach usb devices because +I strongly recommend to also use -device to attach usb devices because you can specify the bus they should be attached to this way. Here is a complete example: |