mirror of https://github.com/acidanthera/audk.git
MdeModulePkg Core/Dxe/Misc: Fix typos in function descriptions
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19596 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
363badad19
commit
ab91c9a8ff
|
@ -775,7 +775,7 @@ CoreGetMemoryMapPropertiesTable (
|
|||
//
|
||||
|
||||
/**
|
||||
Set PropertiesTable accroding to PE/COFF image section alignment.
|
||||
Set PropertiesTable according to PE/COFF image section alignment.
|
||||
|
||||
@param SectionAlignment PE/COFF section alignment
|
||||
**/
|
||||
|
@ -1219,7 +1219,7 @@ Finish:
|
|||
}
|
||||
|
||||
/**
|
||||
Find image record accroding to image base and size.
|
||||
Find image record according to image base and size.
|
||||
|
||||
@param ImageBase Base of PE image
|
||||
@param ImageSize Size of PE image
|
||||
|
|
Loading…
Reference in New Issue