diff options
author | Qiu Shumin <shumin.qiu@intel.com> | 2014-05-13 01:44:02 +0000 |
---|---|---|
committer | shenshushi <shenshushi@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-05-13 01:44:02 +0000 |
commit | 9145d31451064bd4b83d9ad3570f2cf75532b58d (patch) | |
tree | 1ac8c383ba0614c09c6a31b5802d45dd7910d3ee /ShellPkg | |
parent | 46d491d2587ee5cba735efb7e10ecdaec8aa5c70 (diff) | |
download | edk2-platforms-9145d31451064bd4b83d9ad3570f2cf75532b58d.tar.xz |
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
Diffstat (limited to 'ShellPkg')
-rw-r--r-- | ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
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.
**/
|