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.