From: lgao4 Date: Mon, 27 Apr 2009 03:19:16 +0000 (+0000) Subject: Correct minor comments. X-Git-Tag: edk2-stable201903~18092 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=1cea34d4a8470f6dcac35aff54fd53b8b41f0f2c Correct minor comments. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8174 6f19259b-4bc3-4df7-8a09-765794883524 --- 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 + and the driver's name / value pairs are in format, it may use the ConfigToBlock helper function (above) to simplify the job.