summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQiu Shumin <shumin.qiu@intel.com>2014-05-13 01:44:02 +0000
committershenshushi <shenshushi@6f19259b-4bc3-4df7-8a09-765794883524>2014-05-13 01:44:02 +0000
commit9145d31451064bd4b83d9ad3570f2cf75532b58d (patch)
tree1ac8c383ba0614c09c6a31b5802d45dd7910d3ee
parent46d491d2587ee5cba735efb7e10ecdaec8aa5c70 (diff)
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
-rw-r--r--ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c
index 26404401b..e1fdab321 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.
**/