]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - tools/palmtreo680/flash_u-boot.c
Use correct spelling of "U-Boot"
[karo-tx-uboot.git] / tools / palmtreo680 / flash_u-boot.c
index 3d8296fc6b0ca81a71d9cd92544ffda2ea9e3ee7..832d3fef7b8116888c5f44c2e427786beb99ec89 100644 (file)
@@ -97,7 +97,7 @@ int main(int argc, char * const argv[])
                return -errsv;
        }
        printf("The mtd partition contains %d blocks\n", devinfo.eb_cnt);
-       printf("U-boot will occupy %d blocks\n", num_blocks);
+       printf("U-Boot will occupy %d blocks\n", num_blocks);
        if (num_blocks > devinfo.eb_cnt) {
                fprintf(stderr, "Insufficient blocks on partition\n");
                return -EINVAL;