Update the comments for function 'ConvertPixelFormat' in UefiHandleParsingLib.c to make it consistent with parameter name.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Jaben carsey <Jaben.carsey@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15521 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Qiu Shumin 2014-05-13 01:44:02 +00:00 committed by shenshushi
parent 46d491d258
commit 9145d31451
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ ConvertMemoryType (
/**
Function to translate the EFI_GRAPHICS_PIXEL_FORMAT into a string.
@param[in] Memory The format type.
@param[in] Fmt The format type.
@retval A string representation of the type allocated from BS Pool.
**/