summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MdePkg/Include/Protocol/DriverSupportedEfiVersion.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/MdePkg/Include/Protocol/DriverSupportedEfiVersion.h b/MdePkg/Include/Protocol/DriverSupportedEfiVersion.h
index 9d5c868959..56ff40ec43 100644
--- a/MdePkg/Include/Protocol/DriverSupportedEfiVersion.h
+++ b/MdePkg/Include/Protocol/DriverSupportedEfiVersion.h
@@ -27,17 +27,17 @@
The EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL provides a
mechanism for an EFI driver to publish the version of the EFI
specification it conforms to. This protocol must be placed on
- the drivers image handle when the driver????s entry point is
+ the drivers image handle when the driver's entry point is
called.
@param Length The size, in bytes, of the entire structure.
Future versions of this specification may grow
the size of the structure.
- @param irmwareVersion The version of the EFI specification
- that this driver conforms to.
- EFI_2_10_SYSTEM_TABLE_REVISION for this
- version of this specification.
+ @param firmwareVersion The version of the EFI specification
+ that this driver conforms to.
+ EFI_2_10_SYSTEM_TABLE_REVISION for this
+ version of this specification.
**/
typedef struct _EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL {