From 9145d31451064bd4b83d9ad3570f2cf75532b58d Mon Sep 17 00:00:00 2001 From: Qiu Shumin Date: Tue, 13 May 2014 01:44:02 +0000 Subject: [PATCH] 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 Reviewed-by: Jaben carsey git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15521 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c index 26404401bc..e1fdab3215 100644 --- a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c +++ b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c @@ -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. **/