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:
qhuang8 2007-11-22 07:13:30 +00:00
parent 2b642e5aa0
commit e89b6bfc01
1 changed files with 5 additions and 5 deletions

View File

@ -27,17 +27,17 @@
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.
**/ **/
typedef struct _EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL { typedef struct _EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL {