summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/FwVol
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:23 +0800
committerFeng Tian <feng.tian@intel.com>2016-10-27 09:11:17 +0800
commit6393d9c8e2ff43c7322c1bce9c1fe4492171f2bd (patch)
treec73732996f244f698ea5274a6f0c174557d07c4d /MdeModulePkg/Core/Dxe/FwVol
parented356b9e80d46c40457dd90f5352835e6611200b (diff)
downloadedk2-6393d9c8e2ff43c7322c1bce9c1fe4492171f2bd.zip
edk2-6393d9c8e2ff43c7322c1bce9c1fe4492171f2bd.tar.gz
edk2-6393d9c8e2ff43c7322c1bce9c1fe4492171f2bd.tar.bz2
MdeModulePkg/Core: Fix typos in comments
- paramters -> parameters - funciton -> function - dependecy -> dependency - evauated -> evaluated - genric -> generic - retore -> restore - Protocl -> Protocol - availible -> available - elasped -> elapsed - sarted -> started - boundry -> boundary - permenent -> permanent - debuging -> debugging - availble -> available Cc: Feng Tian <feng.tian@intel.com> Cc: Star Zeng <star.zeng@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Feng Tian <feng.tian@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'MdeModulePkg/Core/Dxe/FwVol')
-rw-r--r--MdeModulePkg/Core/Dxe/FwVol/FwVol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Core/Dxe/FwVol/FwVol.c b/MdeModulePkg/Core/Dxe/FwVol/FwVol.c
index 0ca765d..fe12d6e 100644
--- a/MdeModulePkg/Core/Dxe/FwVol/FwVol.c
+++ b/MdeModulePkg/Core/Dxe/FwVol/FwVol.c
@@ -554,7 +554,7 @@ FvCheck (
DEBUG ((EFI_D_ERROR, "Found a FFS3 formatted file: %g in a non-FFS3 formatted FV.\n", &CacheFfsHeader->Name));
FfsHeader = (EFI_FFS_FILE_HEADER *) ((UINT8 *) FfsHeader + FFS_FILE2_SIZE (CacheFfsHeader));
//
- // Adjust pointer to the next 8-byte aligned boundry.
+ // Adjust pointer to the next 8-byte aligned boundary.
//
FfsHeader = (EFI_FFS_FILE_HEADER *) (((UINTN) FfsHeader + 7) & ~0x07);
continue;
@@ -589,7 +589,7 @@ FvCheck (
}
//
- // Adjust pointer to the next 8-byte aligned boundry.
+ // Adjust pointer to the next 8-byte aligned boundary.
//
FfsHeader = (EFI_FFS_FILE_HEADER *)(((UINTN)FfsHeader + 7) & ~0x07);