diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-27 03:19:16 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-27 03:19:16 +0000 |
commit | 1cea34d4a8470f6dcac35aff54fd53b8b41f0f2c (patch) | |
tree | acf229d5aebd1500e064652cb8506349c704a3e1 /MdePkg/Include | |
parent | e8eecbf4b39652ebd4fb89a8a47f2c70e8e03a91 (diff) | |
download | edk2-platforms-1cea34d4a8470f6dcac35aff54fd53b8b41f0f2c.tar.xz |
Correct minor comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8174 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r-- | MdePkg/Include/Protocol/HiiConfigAccess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/HiiConfigAccess.h b/MdePkg/Include/Protocol/HiiConfigAccess.h index 0f89f63808..87bbe74181 100644 --- a/MdePkg/Include/Protocol/HiiConfigAccess.h +++ b/MdePkg/Include/Protocol/HiiConfigAccess.h @@ -121,7 +121,7 @@ EFI_STATUS driver followed by name / value configuration pairs. The driver
must apply those pairs to its configurable storage. If the
driver's configuration is stored in a linear block of data
- and the driver????s name / value pairs are in <BlockConfig>
+ and the driver's name / value pairs are in <BlockConfig>
format, it may use the ConfigToBlock helper function (above) to
simplify the job.
|