]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/usb.c
* Patches by Anders Larsen, 17 Sep 2003:
[people/ms/u-boot.git] / common / usb.c
index 9474abee4d5640cad68a6cbcadb84a16be85f909..a96052a0c0e5dab1bae0816a8a23f9f4313c4e60 100644 (file)
@@ -595,7 +595,7 @@ struct usb_device * usb_alloc_new_device(void)
        int i;
        USB_PRINTF("New Device %d\n",dev_index);
        if(dev_index==USB_MAX_DEVICE) {
-               printf("ERROR, to many USB Devices max=%d\n",USB_MAX_DEVICE);
+               printf("ERROR, too many USB Devices, max=%d\n",USB_MAX_DEVICE);
                return NULL;
        }
        usb_dev[dev_index].devnum=dev_index+1; /* default Address is 0, real addresses start with 1 */