diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-07-12 20:55:28 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-07-12 22:30:36 +0400 |
commit | 0ba4f6e4006634cf566ba9cc3acd40aebee44503 (patch) | |
tree | fb6ec3a4bd782dcab7beab39e749626038a9683d /Documentation/DocBook/usb.tmpl | |
parent | 8011b3c96f393b7ae95a6fd80e1634626c1b95ab (diff) | |
download | linux-0ba4f6e4006634cf566ba9cc3acd40aebee44503.tar.xz |
DocBook: fix various typos
This patch fixed spelling typo in various template files
within Documentation/Docbook.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/DocBook/usb.tmpl')
-rw-r--r-- | Documentation/DocBook/usb.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/usb.tmpl b/Documentation/DocBook/usb.tmpl index 8d57c1888dca..85fc0e28576f 100644 --- a/Documentation/DocBook/usb.tmpl +++ b/Documentation/DocBook/usb.tmpl @@ -153,7 +153,7 @@ <listitem><para>The Linux USB API supports synchronous calls for control and bulk messages. - It also supports asynchnous calls for all kinds of data transfer, + It also supports asynchronous calls for all kinds of data transfer, using request structures called "URBs" (USB Request Blocks). </para></listitem> |