IntelFrameworkModulePkg: Fix typos in comments
- stoping -> stopping - Pointion -> Position - Arrary -> Array - reseting -> resetting - excute -> execute - isTRUE -> is TRUE - connectted -> connected - Retrive -> Retrieve - dirvers -> drivers - funciton -> function - paramter -> parameter - availible -> available - permenent -> permanent - boundry -> boundary Cc: Jeff Fan <jeff.fan@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com>
This commit is contained in:
@@ -223,7 +223,7 @@ RelocateImageUnder4GIfNeeded (
|
||||
}
|
||||
ImageContext.ImageAddress = (PHYSICAL_ADDRESS)MemoryAddress;
|
||||
//
|
||||
// Align buffer on section boundry
|
||||
// Align buffer on section boundary
|
||||
//
|
||||
ImageContext.ImageAddress += ImageContext.SectionAlignment - 1;
|
||||
ImageContext.ImageAddress &= ~((PHYSICAL_ADDRESS)ImageContext.SectionAlignment - 1);
|
||||
|
@@ -826,7 +826,7 @@ LegacyBiosFarCall86 (
|
||||
@param RomSize Size of ROM Image
|
||||
@param Flags Indicates if ROM found and if PC-AT.
|
||||
|
||||
@retval EFI_SUCCESS Legacy Option ROM availible for this device
|
||||
@retval EFI_SUCCESS Legacy Option ROM available for this device
|
||||
@retval EFI_UNSUPPORTED Legacy Option ROM not supported.
|
||||
|
||||
**/
|
||||
@@ -1463,7 +1463,7 @@ LegacyCalculateWriteStandardCmosChecksum (
|
||||
@param[out] OpromRevision Revision of the PCI Rom
|
||||
@param[out] ConfigUtilityCodeHeaderPointer of Configuration Utility Code Header
|
||||
|
||||
@return EFI_SUCCESS Legacy Option ROM availible for this device
|
||||
@return EFI_SUCCESS Legacy Option ROM available for this device
|
||||
@return EFI_ALREADY_STARTED This device is already managed by its Oprom
|
||||
@return EFI_UNSUPPORTED Legacy Option ROM not supported.
|
||||
|
||||
|
@@ -1812,7 +1812,7 @@ PciShadowRoms (
|
||||
@param RomSize Size of ROM Image
|
||||
@param Flags Indicates if ROM found and if PC-AT.
|
||||
|
||||
@retval EFI_SUCCESS Legacy Option ROM availible for this device
|
||||
@retval EFI_SUCCESS Legacy Option ROM available for this device
|
||||
@retval EFI_UNSUPPORTED Legacy Option ROM not supported.
|
||||
|
||||
**/
|
||||
@@ -1854,7 +1854,7 @@ LegacyBiosCheckPciRom (
|
||||
@param[out] OpromRevision Revision of the PCI Rom
|
||||
@param[out] ConfigUtilityCodeHeaderPointer of Configuration Utility Code Header
|
||||
|
||||
@return EFI_SUCCESS Legacy Option ROM availible for this device
|
||||
@return EFI_SUCCESS Legacy Option ROM available for this device
|
||||
@return EFI_ALREADY_STARTED This device is already managed by its Oprom
|
||||
@return EFI_UNSUPPORTED Legacy Option ROM not supported.
|
||||
|
||||
|
Reference in New Issue
Block a user