diff options
author | Hao Wu <hao.a.wu@intel.com> | 2016-01-06 01:10:40 +0000 |
---|---|---|
committer | hwu1225 <hwu1225@Edk2> | 2016-01-06 01:10:40 +0000 |
commit | ab91c9a8ff0b6c078fb9326b30e8d60cd74f1012 (patch) | |
tree | 2ee1ab376a1ad8ceae41a3b953685861e0a5d331 /MdeModulePkg | |
parent | 363badad19f3905f33f68128f7f1478989e54808 (diff) | |
download | edk2-ab91c9a8ff0b6c078fb9326b30e8d60cd74f1012.tar.gz edk2-ab91c9a8ff0b6c078fb9326b30e8d60cd74f1012.tar.bz2 edk2-ab91c9a8ff0b6c078fb9326b30e8d60cd74f1012.zip |
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
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c b/MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c index adfc91c41f..1b40b3c346 100644 --- a/MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c +++ b/MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c @@ -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
|