Loic wrote...

<snip>

> diff --git a/common/cmd_usb.c b/common/cmd_usb.c
> index b04a8df..7fcc61a 100644
> --- a/common/cmd_usb.c
> +++ b/common/cmd_usb.c
> @@ -580,7 +580,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");

Should this be further amended to be all upper case or all words starting with 
an upper case character rather than the current random looking collection?

<snip>

Andy.


_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to