diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-11-22 07:13:30 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-11-22 07:13:30 +0000 |
commit | e89b6bfc0126b17098ae1a3f043a70844f6396aa (patch) | |
tree | ee1b5d79cd128a091e87994946493d00ba3932e5 /MdePkg/Include/Protocol/DriverSupportedEfiVersion.h | |
parent | 2b642e5aa0e207e92aa3807301aefd793c8b7807 (diff) | |
download | edk2-platforms-e89b6bfc0126b17098ae1a3f043a70844f6396aa.tar.xz |
Fix typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4319 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/DriverSupportedEfiVersion.h')
-rw-r--r-- | MdePkg/Include/Protocol/DriverSupportedEfiVersion.h | 10 |
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 {
|