From 64957e357bca8d1f9fec2fabaa7aa9a3a8721f1f Mon Sep 17 00:00:00 2001 From: Hao Wu Date: Wed, 6 Jan 2016 01:13:35 +0000 Subject: BaseTools: Fix 'caculate' typos Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19604 6f19259b-4bc3-4df7-8a09-765794883524 --- BaseTools/Source/C/GenBootSector/GenBootSector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BaseTools/Source/C/GenBootSector/GenBootSector.c') 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. -- cgit v1.2.3