mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-30 00:54:06 +02:00
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,14 +27,14 @@
|
|||||||
The EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL provides a
|
The EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL provides a
|
||||||
mechanism for an EFI driver to publish the version of the EFI
|
mechanism for an EFI driver to publish the version of the EFI
|
||||||
specification it conforms to. This protocol must be placed on
|
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.
|
called.
|
||||||
|
|
||||||
@param Length The size, in bytes, of the entire structure.
|
@param Length The size, in bytes, of the entire structure.
|
||||||
Future versions of this specification may grow
|
Future versions of this specification may grow
|
||||||
the size of the structure.
|
the size of the structure.
|
||||||
|
|
||||||
@param irmwareVersion The version of the EFI specification
|
@param firmwareVersion The version of the EFI specification
|
||||||
that this driver conforms to.
|
that this driver conforms to.
|
||||||
EFI_2_10_SYSTEM_TABLE_REVISION for this
|
EFI_2_10_SYSTEM_TABLE_REVISION for this
|
||||||
version of this specification.
|
version of this specification.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user