mirror of https://github.com/acidanthera/audk.git
Fix typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4319 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2b642e5aa0
commit
e89b6bfc01
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue