summaryrefslogtreecommitdiff
path: root/firmware/include/gpt_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/gpt_misc.h')
-rw-r--r--firmware/include/gpt_misc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/include/gpt_misc.h b/firmware/include/gpt_misc.h
index a94224f3..e5a366bb 100644
--- a/firmware/include/gpt_misc.h
+++ b/firmware/include/gpt_misc.h
@@ -84,9 +84,9 @@ typedef struct {
uint8_t *primary_header;
/* GPT secondary header, from last sector of disk (size: 512 bytes) */
uint8_t *secondary_header;
- /* Primary GPT table, follows primary header (size: 16 KB) */
+ /* Primary GPT table, follows primary header */
uint8_t *primary_entries;
- /* Secondary GPT table, precedes secondary header (size: 16 KB) */
+ /* Secondary GPT table, precedes secondary header */
uint8_t *secondary_entries;
/* Size of a LBA sector, in bytes */
uint32_t sector_bytes;