aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/usb
diff options
context:
space:
mode:
authorThiƩbaud Weksteen <tweek@google.com>2018-11-26 15:49:26 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-11-26 16:56:34 +0100
commit77df6d8d7298fd3fae12a646fd368fdcdb86152c (patch)
treea2f759088542a95c6cae4a71f6254494ee2cc55e /Documentation/usb
parentMerge 4.20-rc4 into usb-next (diff)
downloadwireguard-linux-77df6d8d7298fd3fae12a646fd368fdcdb86152c.tar.xz
wireguard-linux-77df6d8d7298fd3fae12a646fd368fdcdb86152c.zip
Documentation/usb: Fix typo
Fix small typo authroized -> authorized in the authorization page. Signed-off-by: ThiƩbaud Weksteen <tweek@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/usb')
-rw-r--r--Documentation/usb/authorization.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/usb/authorization.txt b/Documentation/usb/authorization.txt
index c7e985f05d8f..f901ec77439c 100644
--- a/Documentation/usb/authorization.txt
+++ b/Documentation/usb/authorization.txt
@@ -119,5 +119,5 @@ If a deauthorized interface will be authorized so the driver probing must
be triggered manually by writing INTERFACE to /sys/bus/usb/drivers_probe
For drivers that need multiple interfaces all needed interfaces should be
-authroized first. After that the drivers should be probed.
+authorized first. After that the drivers should be probed.
This avoids side effects.