summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Include/Protocol/OEMBadging.h
diff options
context:
space:
mode:
authorpkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-09 12:36:25 +0000
committerpkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-09 12:36:25 +0000
commit7b6b7746627e106f5b1e05990d78c313f14c9081 (patch)
treea16838f37687071a8b4c79f9002939dbfc0e7907 /IntelFrameworkModulePkg/Include/Protocol/OEMBadging.h
parent727fed5a449863c51c7fc5f13f907b23cfb3ea6a (diff)
downloadedk2-platforms-7b6b7746627e106f5b1e05990d78c313f14c9081.tar.xz
Committing changes to the comments, to improve code documentation.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8842 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Include/Protocol/OEMBadging.h')
-rw-r--r--IntelFrameworkModulePkg/Include/Protocol/OEMBadging.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/IntelFrameworkModulePkg/Include/Protocol/OEMBadging.h b/IntelFrameworkModulePkg/Include/Protocol/OEMBadging.h
index c274dab53c..a0d380878f 100644
--- a/IntelFrameworkModulePkg/Include/Protocol/OEMBadging.h
+++ b/IntelFrameworkModulePkg/Include/Protocol/OEMBadging.h
@@ -1,6 +1,6 @@
/** @file
The OEM Badging Protocol defines the interface to get the OEM badging
- image with the dispaly attribute. This protocol can be produced based on OEM badging images.
+ image with the display attribute. This protocol can be produced based on OEM badging images.
Copyright (c) 2006 - 2008, Intel Corporation. <BR>
All rights reserved. This program and the accompanying materials
@@ -48,11 +48,11 @@ typedef enum {
/**
- Load an OEM badge image and return its data as well as attributes.
+ Load an OEM badge image and return its data and attributes.
@param This Pointer to this protocol instance.
- @param Instance The visiable image instance is found.
- @param Format Format of the image such as BMP,JPEG,etc.
+ @param Instance The visible image instance is found.
+ @param Format Format of the image. Examples: BMP, JPEG.
@param ImageData Image data returned.
@param ImageSize Size of the image returned.
@param Attribute Display attributes of the image returned.