summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/GenBootSector/GenBootSector.c
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/GenBootSector/GenBootSector.c')
-rw-r--r--BaseTools/Source/C/GenBootSector/GenBootSector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/C/GenBootSector/GenBootSector.c b/BaseTools/Source/C/GenBootSector/GenBootSector.c
index 40cb19fb59..c218548a4c 100644
--- a/BaseTools/Source/C/GenBootSector/GenBootSector.c
+++ b/BaseTools/Source/C/GenBootSector/GenBootSector.c
@@ -278,7 +278,7 @@ GetBootSectorOffset (
Description:
Get the offset of boot sector.
For non-MBR disk, offset is just 0
- for disk with MBR, offset needs to be caculated by parsing MBR
+ for disk with MBR, offset needs to be calculated by parsing MBR
NOTE: if no one is active, we will patch MBR to select first partition as active.