From ab91c9a8ff0b6c078fb9326b30e8d60cd74f1012 Mon Sep 17 00:00:00 2001 From: Hao Wu Date: Wed, 6 Jan 2016 01:10:40 +0000 Subject: [PATCH] MdeModulePkg Core/Dxe/Misc: Fix typos in function descriptions Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu Reviewed-by: Feng Tian git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19596 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c | 4 ++-- 1 file 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 -- 2.39.2