summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorLoïc Minier <loic.minier@linaro.org>2011-02-03 22:04:26 +0100
committerWolfgang Denk <wd@denx.de>2011-04-12 22:58:31 +0200
commit6052cbab40e927f94bcb034f1b4c76a18d6729e1 (patch)
tree514962f21c44a8eb08c056b0d6ffbd1bd8860133 /common
parentf039ada5c10925147eb5bb15f63c430dbde76c3f (diff)
downloadblackbird-obmc-uboot-6052cbab40e927f94bcb034f1b4c76a18d6729e1.tar.gz
blackbird-obmc-uboot-6052cbab40e927f94bcb034f1b4c76a18d6729e1.zip
Fix misc spelling errors found by lintian
Signed-off-by: Loïc Minier <loic.minier@linaro.org>
Diffstat (limited to 'common')
-rw-r--r--common/cmd_usb.c2
-rw-r--r--common/usb_storage.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/cmd_usb.c b/common/cmd_usb.c
index b5731a7bb8..3ba6fff4fd 100644
--- a/common/cmd_usb.c
+++ b/common/cmd_usb.c
@@ -588,7 +588,7 @@ int do_usb(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
break;
}
if (dev == NULL) {
- printf("*** NO Device avaiable ***\n");
+ printf("*** No device available ***\n");
return 0;
} else {
usb_display_desc(dev);
diff --git a/common/usb_storage.c b/common/usb_storage.c
index 6963e6dcc8..9ecf165d1a 100644
--- a/common/usb_storage.c
+++ b/common/usb_storage.c
@@ -254,7 +254,7 @@ int usb_stor_scan(int mode)
dev = usb_get_dev_index(i); /* get device */
USB_STOR_PRINTF("i=%d\n", i);
if (dev == NULL)
- break; /* no more devices avaiable */
+ break; /* no more devices available */
if (usb_storage_probe(dev, 0, &usb_stor[usb_max_devs])) {
/* OK, it's a storage device. Iterate over its LUNs
OpenPOWER on IntegriCloud