aboutsummaryrefslogtreecommitdiff
path: root/src/gpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpt.c')
-rw-r--r--src/gpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpt.c b/src/gpt.c
index 9c0c3a5..2a2b7d3 100644
--- a/src/gpt.c
+++ b/src/gpt.c
@@ -26,7 +26,7 @@
#include "download.h"
#include "gpt.h"
-/* Lookup table for CRC32 with generator polynomial 0x04C11Db7. */
+/* Lookup table for CRC32 with generator polynomial 0x04c11db7. */
static const uint32_t gpt_crc_table[] = {
0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,