diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-02-17 09:42:34 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-21 05:40:39 -0500 |
commit | 67748df83055cea4598e7f7099f1f061cf61f530 (patch) | |
tree | e015b7d83ccabf9856732999d0afc13d3d8fe15b /Documentation/usb/proc_usb_info.txt | |
parent | 4747f2bb496c4c7ed4dd47af637e2ad8f8b97c07 (diff) |
Documentation: Fix typo in proc_usb_info.txt
Correct typo "filsystem" to "filesystem" in
Documentation/usb/proc_usb_info.txt
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/usb/proc_usb_info.txt')
-rw-r--r-- | Documentation/usb/proc_usb_info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/usb/proc_usb_info.txt b/Documentation/usb/proc_usb_info.txt index afe596d5f201..c9c3f0f5ad7b 100644 --- a/Documentation/usb/proc_usb_info.txt +++ b/Documentation/usb/proc_usb_info.txt | |||
@@ -7,7 +7,7 @@ The usbfs filesystem for USB devices is traditionally mounted at | |||
7 | /proc/bus/usb. It provides the /proc/bus/usb/devices file, as well as | 7 | /proc/bus/usb. It provides the /proc/bus/usb/devices file, as well as |
8 | the /proc/bus/usb/BBB/DDD files. | 8 | the /proc/bus/usb/BBB/DDD files. |
9 | 9 | ||
10 | In many modern systems the usbfs filsystem isn't used at all. Instead | 10 | In many modern systems the usbfs filesystem isn't used at all. Instead |
11 | USB device nodes are created under /dev/usb/ or someplace similar. The | 11 | USB device nodes are created under /dev/usb/ or someplace similar. The |
12 | "devices" file is available in debugfs, typically as | 12 | "devices" file is available in debugfs, typically as |
13 | /sys/kernel/debug/usb/devices. | 13 | /sys/kernel/debug/usb/devices. |