[U-Boot] [PATCHv3 1/4] usb documentation: fix typo

From: Richard Genoud richard.genoud@gmail.com
Signed-off-by: Richard Genoud richard.genoud@gmail.com --- doc/README.usb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/README.usb b/doc/README.usb index ef1d6ba..b4c3ef5 100644 --- a/doc/README.usb +++ b/doc/README.usb @@ -63,7 +63,7 @@ Common USB Commands: Storage USB Commands: - usb scan: scans the USB for storage devices.The USB must be running for this command (usb start) -- usb device [dev]: show or set current USB staorage device +- usb device [dev]: show or set current USB storage device - usb part [dev]: print partition table of one or all USB storage devices - usb read addr blk# cnt:

Dear richard.genoud@gmail.com,
From: Richard Genoud richard.genoud@gmail.com
Signed-off-by: Richard Genoud richard.genoud@gmail.com
Applied this patch, thanks. Next time please Cc me, that way you have better chance I'll notice the patch right away ;-)
doc/README.usb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/README.usb b/doc/README.usb index ef1d6ba..b4c3ef5 100644 --- a/doc/README.usb +++ b/doc/README.usb @@ -63,7 +63,7 @@ Common USB Commands: Storage USB Commands:
- usb scan: scans the USB for storage devices.The USB must be running for this command (usb start)
-- usb device [dev]: show or set current USB staorage device +- usb device [dev]: show or set current USB storage device
- usb part [dev]: print partition table of one or all USB storage devices
- usb read addr blk# cnt:
Best regards, Marek Vasut
participants (2)
-
Marek Vasut
-
richard.genoud@gmail.com