From e89b6bfc0126b17098ae1a3f043a70844f6396aa Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Thu, 22 Nov 2007 07:13:30 +0000 Subject: [PATCH 1/1] Fix typo. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4319 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/DriverSupportedEfiVersion.h | 10 +++++----- 1 file 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 { -- 2.39.5