summaryrefslogtreecommitdiff
path: root/FatPkg/FatPei/Gpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'FatPkg/FatPei/Gpt.c')
-rw-r--r--FatPkg/FatPei/Gpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FatPkg/FatPei/Gpt.c b/FatPkg/FatPei/Gpt.c
index 233a66b..4028c53 100644
--- a/FatPkg/FatPei/Gpt.c
+++ b/FatPkg/FatPei/Gpt.c
@@ -48,7 +48,7 @@ PartitionCheckGptHeaderCRC (
GptHdrCrc = PartHeader->Header.CRC32;
//
- // Set CRC field to zero when doing calcuation
+ // Set CRC field to zero when doing calculation
//
PartHeader->Header.CRC32 = 0;