]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
disk: part_efi: fix typo
authorLothar Waßmann <LW@KARO-electronics.de>
Tue, 18 Feb 2014 12:38:54 +0000 (13:38 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 18 Feb 2014 12:38:54 +0000 (13:38 +0100)
disk/part_efi.c

index b7524d68ba05b570e2286aeb208e2e15ab030f38..09c2e1b6717ff2d7ece2b7b3c4cf8b3fa84a8f90 100644 (file)
@@ -376,7 +376,7 @@ int gpt_fill_pte(gpt_header *gpt_h, gpt_entry *gpt_e,
                        offset += partitions[i].size;
                }
                if (offset >= gpt_h->last_usable_lba) {
-                       printf("Partitions layout exceds disk size\n");
+                       printf("Partitions layout exceeds disk size\n");
                        return -1;
                }
                /* partition ending lba */