IntelFrameworkModulePkg: Fix typo.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17044 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Shumin Qiu
2015-03-13 08:05:02 +00:00
committed by shenshushi
parent af7a3a5463
commit 207f04793e
3 changed files with 22 additions and 22 deletions

View File

@ -1,7 +1,7 @@
/** @file
Common defines and definitions for a FwVolDxe driver.
Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions
@ -52,7 +52,7 @@
#define MAX_FILES 32
//
// Used to caculate from address -> Lba
// Used to calculate from address -> Lba
//
typedef struct {
LIST_ENTRY Link;
@ -616,9 +616,9 @@ FvCreateMultipleFiles (
);
/**
Caculate the checksum for the FFS header.
Calculate the checksum for the FFS header.
@param FfsHeader FFS File Header which needs to caculate the checksum
@param FfsHeader FFS File Header which needs to calculate the checksum
**/
VOID
@ -627,9 +627,9 @@ SetHeaderChecksum (
);
/**
Caculate the checksum for the FFS File.
Calculate the checksum for the FFS File.
@param FfsHeader FFS File Header which needs to caculate the checksum
@param FfsHeader FFS File Header which needs to calculate the checksum
@param ActualFileSize The whole Ffs File Length.
**/