summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/HiiImage.h
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2009-04-30 09:26:15 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2009-04-30 09:26:15 +0000
commit11ca63ec365bcbcfc2791bc052fb653d3dd54417 (patch)
tree14d152d71df8f0b70ca70584d6b39a5e1d83e635 /MdePkg/Include/Protocol/HiiImage.h
parent1d4826aeeb4763f7a0c957cdf5bb8871fc826cdb (diff)
downloadedk2-platforms-11ca63ec365bcbcfc2791bc052fb653d3dd54417.tar.xz
Review the comments to match Spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8225 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/HiiImage.h')
-rw-r--r--MdePkg/Include/Protocol/HiiImage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/HiiImage.h b/MdePkg/Include/Protocol/HiiImage.h
index 412dcccfa4..d2cb6bba1d 100644
--- a/MdePkg/Include/Protocol/HiiImage.h
+++ b/MdePkg/Include/Protocol/HiiImage.h
@@ -38,7 +38,7 @@ typedef struct _EFI_HII_IMAGE_PROTOCOL EFI_HII_IMAGE_PROTOCOL;
@param Height Image height, in pixels.
- @param Bitmap The actual bitmap, organized left-to-right,
+ @param Bitmap A pointer to the actual bitmap, organized left-to-right,
top-to-bottom. The size of the bitmap is
Width*Height*sizeof(EFI_GRAPHICS_OUTPUT_BLT_PIXEL).